Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
### Releases v1.0.0

1. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
2. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
  • Loading branch information
khoih-prog authored Nov 6, 2020
1 parent ba4ea0b commit 651012a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Teensy_TimerInterrupt",
"version": "1.0.0",
"keywords": "timing,device,control,timer,interrupt,hardware,teensy,mission-critical,precise,non-blocking,isr",
"description": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board. These 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 necessary if you need to measure some data requiring better accuracy.",
"description": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board. These 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 necessary if you need to measure some data requiring better accuracy.",
"authors":
{
"name": "Khoi Hoang",
Expand Down

0 comments on commit 651012a

Please sign in to comment.