arduino-esp32/libraries/ESP32/examples/Timer
Lei Chen 2c7b76aea8
Use INPUT_PULLUP instead of INPUT
Tested on some of the popular S3 board bought from Amazon, the digitalRead of an INPUT pin is LOW, which stops the timer right after start.
Setting it to INPUT_PULLUP will fix it.
2024-12-15 12:19:49 -05:00
..
RepeatTimer Use INPUT_PULLUP instead of INPUT 2024-12-15 12:19:49 -05:00
WatchdogTimer refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00