Skip to content

Commit 099aa91

Browse files
committed
bump version
1 parent be9632e commit 099aa91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "TeensyTimerTool",
3+
"version": "1.1.0",
34
"keywords": "teensy, pjrc, timer, quad, gpt, tmr, pit, imxrt1062",
45
"description": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.",
56
"repository":
@@ -14,7 +15,6 @@
1415
"maintainer": true
1516
},
1617
"homepage": "https://github.com/luni64/TeensyTimerTool",
17-
"version": "1.0.0",
1818
"frameworks": "arduino",
1919
"platforms": "Teensy"
2020
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TeensyTimerTool
2-
version=1.0.0
2+
version=1.1.0
33
author=luni64
44
maintainer=luni64
55
sentence=Generic Interface to Teensy Timers

0 commit comments

Comments
 (0)