Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wimleers/flexitimer2

Arduino library to use timer 2 with a configurable resolution. Based on MsTimer2 by Javier Valencia. Written for the project associated with the "Mobile & Pervasive Computing" course at Hasselt University in Belgium.
https://github.com/wimleers/flexitimer2

Last synced: 6 days ago
JSON representation

Arduino library to use timer 2 with a configurable resolution. Based on MsTimer2 by Javier Valencia. Written for the project associated with the "Mobile & Pervasive Computing" course at Hasselt University in Belgium.

Awesome Lists containing this project

README

        

#FlexiTimer2 Library#

Run a function on a configurable interval.

http://playground.arduino.cc/Main/FlexiTimer2

https://github.com/wimleers/flexitimer2

http://www.pjrc.com/teensy/td_libs_MsTimer2.html

Based on MsTimer2 originally written by Javier Valencia.

Wim Leers added code which makes interval resolution configurable,