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

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