Replies: 1 comment
-
Hello, did you manage to use the examples, I also tried to use them but I could not use the tachometer |
Beta Was this translation helpful? Give feedback.
-
Hello, did you manage to use the examples, I also tried to use them but I could not use the tachometer |
Beta Was this translation helpful? Give feedback.
-
I am looking for (asking for) a tutorial on Esp32timerinterrupt Library. The examples do not appear to work as expected. I would like to see an example of a single timer, that triggers only on duration, and not interval. Then an example that triggers on both interval and duration, then an example of two timers triggering only on duration.
I would like to see some sort of flow chart showing where the program goes once the interrupt is triggered, and where it returns once the interrupt completes.
I have been working with the TimerInterruptTest example. When I attempt to simplify the program by commenting all the lines referring to interval triggers, and leave just the duration triggers, the program compiles, but gives no output on the serial monitor.
Thanks.
Tgibbs99
Beta Was this translation helpful? Give feedback.
All reactions