Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)**