Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wimleers/flexitimer2
- Owner: wimleers
- Created: 2010-05-01T20:27:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T18:52:43.000Z (over 9 years ago)
- Last Synced: 2023-10-20T23:48:39.554Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 199 KB
- Stars: 62
- Watchers: 8
- Forks: 50
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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,