An open API service providing repository metadata for many open source software ecosystems.

GitHub / khoih-prog / ESP32_C3_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board. These ESP32-C3 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's 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'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%2FESP32_C3_TimerInterrupt
PURL: pkg:github/khoih-prog/ESP32_C3_TimerInterrupt

Stars: 6
Forks: 0
Open issues: 0

License: mit
Language: C++
Size: 364 KB
Dependencies parsed at: Pending

Created at: almost 4 years ago
Updated at: over 1 year ago
Pushed at: over 2 years ago
Last synced at: over 1 year ago

Commit Stats

Commits: 33
Authors: 1
Mean commits per author: 33.0
Development Distribution Score: 0.0
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/khoih-prog/ESP32_C3_TimerInterrupt

Topics: accuracy, arduino-libraries, esp32, esp32-arduino, esp32-c3, esp32-library, espressif, hardware-timers, interrupt, isr, measure, mission-critical, misssion-critical-tasks, non-blocking, precise, timer, timerinterrupt, timerinterrupt-library, timers

    Loading...