ESP32 PullUp- PullDown
Posted: Sat Jul 06, 2019 3:15 pm
Hallo
How can I switch on the PullUp- PullDown Resistors in the Arduino IDE
How can I switch on the PullUp- PullDown Resistors in the Arduino IDE
Code: Select all
pinMode(17, INPUT_PULLUP);
Code: Select all
pinMode(17, INPUT_PULLDOWN);