Search found 2 matches
- Sun May 15, 2022 3:40 am
- Forum: IDEs for ESP-IDF
- Topic: Timer error
- Replies: 2
- Views: 3407
Re: Timer error
Thanks, I will try it.
- Mon May 09, 2022 3:13 am
- Forum: IDEs for ESP-IDF
- Topic: Timer error
- Replies: 2
- Views: 3407
Timer error
I am trying ESP32 with a simple timing code, in a VScode enviranment, the code is like this: #include <Arduino.h> //===================================== // a timer demo //===================================== int interruptCounter = 0; hw_timer_t *timer = NULL; void TimerEvent() { Serial.print(inter...