paulo-raca / YetAnotherArduinoPcIntLibrary

An Arduino library to handle Pin Change Interrupts
21 stars 5 forks source link

Problem compiling example sketches #6

Open squid57squid opened 10 months ago

squid57squid commented 10 months ago

Hi I have been trying this out using Arduino IDE 2.2.1 When I load up the example sketch from the library "PinChanged.ino" and compile it I get the error A8 was not declared in this scope.

I also tried the shorter example in this github repository and had the same issue.

I am sorry if I have made a really obvious mistake, I am not a very experienced Arduino user.

Mike