Search found 1 match
- Mon Apr 10, 2023 10:00 pm
- Forum: ESP32 Arduino
- Topic: Timer library and one-shot timers
- Replies: 0
- Views: 1484
Timer library and one-shot timers
Hi, I'm trying to define a one-time timer on ESP32 using the Arduino-ESP32 Timer library from Espressif (https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/api/timer.html) but I don't get the behaviour that I'm expecting. The main idea is to start a timer for a given amou...