AndrewMascolo / OnewireKeypad

One Wire Keypad
MIT License
31 stars 14 forks source link

compilation error #2

Open Dogm opened 8 years ago

Dogm commented 8 years ago

Location: OnewireKeypad.h if(Event[ idx ].intFunc()) Event[ idx ].intFunc();

need to be fixed: if(Event[ idx ].intFunc != NULL) Event[ idx ].intFunc();

without this I have compilation error with Arduino IDE 1.6.2