This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:practical:hardware:sut:esp32:adv1_1 [2024/03/26 08:43] – [ADV1: Using timers to execute code asynchronously] pczekalski | en:iot-open:practical:hardware:sut:esp32:adv1_1 [2025/10/03 11:22] (current) – [FAQ] pczekalski | ||
|---|---|---|---|
| Line 117: | Line 117: | ||
| === Step 7 === | === Step 7 === | ||
| - | This way, a main loop is empty: everything runs asynchronously, | + | This way, a main loop is empty: everything runs asynchronously, |
| <code c> | <code c> | ||
| void loop() | void loop() | ||
| Line 128: | Line 128: | ||
| ===== FAQ ===== | ===== FAQ ===== | ||
| - | **How many timers can I use?**: ESP32-S3 has 4 hardware timers. You may trick this limitation by using smart handlers that have, e.g., an internal counter and internally | + | **How many timers can I use?**: ESP32-S3 has 4 hardware timers. You can circumvent |
| <WRAP noprint> | <WRAP noprint> | ||