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

GitHub / khoih-prog / Dx_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore. These AVRDx 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

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khoih-prog%2FDx_TimerInterrupt

Stars: 0
Forks: 0
Open issues: 0

License: mit
Language: C
Size: 864 KB
Dependencies parsed at: Pending

Created at: over 2 years ago
Updated at: about 2 years ago
Pushed at: over 2 years ago
Last synced at: about 2 years ago

Topics: accuracy, avr-da, avr-db, avr-dd, avr128dx, avr32dx, avr64dx, dx-timerinterrupt, dxcore, hardware-timers, isr, megaavr, megatinycore, mission-critical, non-blocking, tcb-timers, timer, timer-interrupt, tinyavr

    Loading...