Hello!
I am trying to use the PinChangeInt library on my project because I need three interrupts, and my ProMini only has 2.
However I keep getting this error when I try to compile:
Gyro_V2:7: error: expected unqualified-id before string constant
Gyro_V2:7: error: expected unqualified-id before 'void'
Gyro_V2:7: error: expected)' before 'void' Gyro_V2:21: error: expected unqualified-id before string constant Gyro_V2:21: error: expected unqualified-id before 'void' Gyro_V2:21: error: expected)' before 'void'
Googling a bit reveals that probably is a fault with a header file. So I opened PinChangeInt.h, and from what I see alot of #endif are possibly missing.
Has anyone used this library recently? Is there something wrong or am I just to blame? ![]()