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

Commit 651012a

Browse files
authored
v1.0.0
### 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.
1 parent ba4ea0b commit 651012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Teensy_TimerInterrupt",
33
"version": "1.0.0",
44
"keywords": "timing,device,control,timer,interrupt,hardware,teensy,mission-critical,precise,non-blocking,isr",
5-
"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.",
5+
"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.",
66
"authors":
77
{
88
"name": "Khoi Hoang",

0 commit comments

Comments
 (0)