You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/github/home/Arduino/libraries/DAC8551/DAC8551.cpp: In member function ‘void DAC8551::begin()’:
/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Godmode.h:163:22: error: ‘_NOP’ was not declared in this scope
#define pinMode(...) _NOP()
^~~~
/github/home/Arduino/libraries/DAC8551/DAC8551.cpp:36:3: note: in expansion of macro ‘pinMode’
pinMode(_slaveSelect, OUTPUT);
Looks like a missing function definition?
If more information is needed let me know.
The text was updated successfully, but these errors were encountered:
During a run of - https://github.com/RobTillaart/DAC8551/tree/develop - I get the following error:
Looks like a missing function definition?
If more information is needed let me know.
The text was updated successfully, but these errors were encountered: