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
248 stars 150 forks source link

Aliases OPEN and CLOSED are causing compatibility issues with another libraries #45

Open djairjr opened 1 year ago

djairjr commented 1 year ago

I've made a gross change to the OPEN and CLOSED aliases in the Key.h, Keypad.h, and Keypad files.cpp because this is causing some incompatibilities with other libraries, because duplicate and inconsistent definitions happen. It took me a long time to realize that this was the problem.