Teensy_TimerInterrupt

Teensy_TimerInterrupt

khoih-prog

This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc. These Teensy 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.

9 Stars
5 Forks
9 Watchers
C++ Language
mit License
Cost to Build
$13.3K
Market Value
$12.0K

Growth over time

5 data points  ·  2022-01-01 → 2023-05-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about Teensy_TimerInterrupt

Question copied to clipboard

What is the khoih-prog/Teensy_TimerInterrupt GitHub project? Description: "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc. These Teensy 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.". Written in C++. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone Teensy_TimerInterrupt

Clone via HTTPS

git clone https://github.com/khoih-prog/Teensy_TimerInterrupt.git

Clone via SSH

[email protected]:khoih-prog/Teensy_TimerInterrupt.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the Teensy_TimerInterrupt issue tracker:

Open GitHub Issues