ESP32_S2_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board

Author
Khoi Hoang
Website
https://github.com/khoih-prog/ESP32_S2_TimerInterrupt
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
esp32

These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Downloads

Filename Release Date File Size
ESP32_S2_TimerInterrupt-1.8.0.zip 2022-11-16 201.17 KiB
ESP32_S2_TimerInterrupt-1.7.0.zip 2022-08-12 198.75 KiB
ESP32_S2_TimerInterrupt-1.6.0.zip 2022-08-11 198.15 KiB
ESP32_S2_TimerInterrupt-1.5.1.zip 2022-06-17 199.79 KiB
ESP32_S2_TimerInterrupt-1.5.0.zip 2022-01-23 200.51 KiB
ESP32_S2_TimerInterrupt-1.4.0.zip 2021-06-01 247.42 KiB
ESP32_S2_TimerInterrupt-1.3.0.zip 2021-05-06 237.12 KiB