Skip to content

Commit

Permalink
Fix namespace issue when using together with EncoderTool
Browse files Browse the repository at this point in the history
  • Loading branch information
luni64 committed Jan 27, 2023
1 parent 9253e91 commit 5312fac
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 341 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TeensyTimerTool",
"version": "1.2.0",
"version": "1.3.0",
"keywords": "teensy, pjrc, timer, quad, gpt, tmr, pit, imxrt1062",
"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.",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TeensyTimerTool
version=1.2.0
version=1.3.0
author=luni64
maintainer=luni64
sentence=Generic Interface to Teensy Timers
Expand Down
Loading

0 comments on commit 5312fac

Please sign in to comment.