GitHub / khoih-prog / ESP32TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. 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're 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khoih-prog%2FESP32TimerInterrupt
PURL: pkg:github/khoih-prog/ESP32TimerInterrupt
Stars: 161
Forks: 24
Open issues: 0
License: mit
Language: C++
Size: 452 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: over 1 year ago
Pushed at: over 2 years ago
Last synced at: over 1 year ago
Topics: accuracy, arduino-libraries, esp32, esp32-arduino, esp32-c3, esp32-s2, esp32-s3, espressif, hardware-timers, interrupt, isr, isr-based-timer, millis, mission-critical, mission-critical-tasks, non-blocking, timer-interrupt, timerinterrupt, timerinterrupt-library, timers