Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luni64/teensytimertool
Generic Interface to Teensy Timers
https://github.com/luni64/teensytimertool
arduino ftm gpt imxrt1062 pit pjrc quad teensy teensy4 timer tmr
Last synced: 3 days ago
JSON representation
Generic Interface to Teensy Timers
- Host: GitHub
- URL: https://github.com/luni64/teensytimertool
- Owner: luni64
- License: mit
- Created: 2020-01-14T21:41:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T11:41:58.000Z (4 months ago)
- Last Synced: 2024-07-22T13:53:16.657Z (4 months ago)
- Topics: arduino, ftm, gpt, imxrt1062, pit, pjrc, quad, teensy, teensy4, timer, tmr
- Language: C++
- Homepage:
- Size: 321 KB
- Stars: 81
- Watchers: 11
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Please note: The current version requires Teensyduino 1.59beta or higher. If you use 1.58 or lower please use TeensyTimerTool 1.3.0.
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/luni64/library/TeensyTimerTool.svg)](https://registry.platformio.org/libraries/luni64/TeensyTimerTool)
[![arduino-library-badge](https://www.ardu-badge.com/badge/TeensyTimerTool.svg?)](https://www.ardu-badge.com/TeensyTimerTool)# TeensyTimerTool
The 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.
- This way to the corresponding PJRC **[forum post](https://forum.pjrc.com/threads/59112-TeensyTimerTool)**
- This way to the documentation in the **[TeensyTimerTool WIKI](https://github.com/luni64/TeensyTimerTool/wiki)**