B4R Question ESP8266 Keypad library

Mostez

Well-Known Member
Licensed User
Longtime User
Hello,
I'm trying to run this example on ESP8266 LoLin V3 board, the code compiled OK, but i get garbage characters before 'AppStart' and when i press any key on keypad I get no response.
i just changed pin assignment of key pad as follow:
B4X:
pad.Initialize("123A456B789C*0#D",Array As Byte(13,12,14,2) ,Array As Byte(0,4,5,16) , "pad_KeyPressed")

1wf.jpg
 
Top