|
|
пре 3 година | |
|---|---|---|
| .. | ||
| main | пре 3 година | |
| CMakeLists.txt | пре 3 година | |
| README.md | пре 3 година | |
| pytest_timer_group.py | пре 4 година | |
| sdkconfig.defaults | пре 3 година | |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S2 | ESP32-S3 |
|---|
This example uses the timer group driver to generate timer interrupts at two specified alarm intervals.
Run idf.py -p PORT flash monitor to build, flash and monitor the project.
(To exit the serial monitor, type Ctrl-].)
See the ESP-IDF Getting Started Guide for all the steps to configure and use the ESP-IDF to build projects.
I (0) cpu_start: Starting scheduler on APP CPU.
I (325) example: Init timer with auto-reload
I (835) example: Timer auto reloaded, count value in ISR: 3
I (1335) example: Timer auto reloaded, count value in ISR: 3
I (1835) example: Timer auto reloaded, count value in ISR: 3
I (2335) example: Timer auto reloaded, count value in ISR: 3
I (2335) example: Init timer without auto-reload
I (2835) example: Timer alarmed at 500003
I (3335) example: Timer alarmed at 1000003
I (3835) example: Timer alarmed at 1500003
I (4335) example: Timer alarmed at 2000003
For any technical queries, please open an issue on GitHub. We will get back to you soon.