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
I'm trying to get this running on an Arduino Micro, but I get an error when trying to Verify.
Arduino: 1.8.2 (Windows 10), Board: "Arduino/Genuino Micro"
Build options changed, rebuilding all
PCInterrupt.cpp:42: error: 'PCMSK1' was not declared in this scope
&PCMSK1,
^
PCInterrupt.cpp:43: error: 'PCMSK2' was not declared in this scope
&PCMSK2
^
exit status 1
'PCMSK1' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
However, if I set the board to another option (Uno for example), it verifies properly.
Screenshot
The text was updated successfully, but these errors were encountered:
I'm trying to get this running on an Arduino Micro, but I get an error when trying to Verify.
However, if I set the board to another option (Uno for example), it verifies properly.
Screenshot
The text was updated successfully, but these errors were encountered: