You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sir GPIO16 (D0) is the one pin that is not suitable for buttons. :) It can be used as an output only and has the special role of sending a wakeup signal during deepsleep.
I find this web page handy as a reference for stuff like this: ESP8266 Pinout Reference: Which GPIO pins should you use? | Random Nerd Tutorials
Hello,
How can i use the left and right buttons on my Hackheld Vega?
According to the board print, they are on D0 and D7, which are 16 and 13 microcontroller pins respectively.
I tried adding this to the Button block in A_config.h:
Then, using them in DisplayUI class:
That doesn't work, though - nothing happens on button press.
The text was updated successfully, but these errors were encountered: