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

GitHub / khoih-prog / ATtiny_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore. These ATtiny 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%2FATtiny_TimerInterrupt
PURL: pkg:github/khoih-prog/ATtiny_TimerInterrupt

Stars: 0
Forks: 0
Open issues: 0

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

Created at: almost 3 years ago
Updated at: over 2 years ago
Pushed at: over 2 years ago
Last synced at: over 2 years ago

Topics: accuracy, at-tiny, attiny, attiny-timerinterrupt, attiny16, attiny32, attiny3217, attiny4, attiny8, curiosity-nano-attiny3217, curiosity-nano-board, hardware-timers, isr, megaavr, megatinycore, mission-critical, non-blocking, tcb-timers, timer, timer-interrupt

    Loading...