Chris--A / Keypad

A version of the keypad library found in Wiring. This is just a copy made compatible with the Arduino IDE library manager.
GNU General Public License v3.0
252 stars 153 forks source link

Change IDLE to IDLE_KEY in Keypad.cpp less collision other Libs #31

Open Meins321 opened 4 years ago

Meins321 commented 4 years ago

Is it possible to change the IDLE variable to IDLE_KEY not to collide with other libs?

New in Keypad.cpp // Delete any IDLE_KEY keys for (byte i=0; i<LIST_MAX; i++) { if (key[i].kstate==IDLE_KEY) { Keypad_IDLE_Change