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

Keypad.h and ESP8266WiFi.h not cooperating #44

Open jendam99 opened 1 year ago

jendam99 commented 1 year ago

Hello, I am currently trying to use ESP-now to connect a keypad unit and reciever unit, but as soon as I import both libraries into the same sketch and try to compile it (in Arduino IDE), multiple error messages are shown. Some of them complain about expansion of macros (like for example: "wl_definitions.h:73:3: note: in expansion of macro 'CLOSED' CLOSED = 0,") Other say "... ESP8266WiFi.h:29:1: error: expected declaration before '}' token }" mentioning all different ESP8266 libraries. Do you have any idea, where is the problem and how to solve it? Thank you in advance.