luni64 / TeensyTimerTool

Generic Interface to Teensy Timers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 arduino-library-badge

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.

About

Generic Interface to Teensy Timers

License:MIT License


Languages

Language:C++ 96.7%Language:Python 2.9%Language:C 0.3%