Overview
- Object ID : 2198 (2013-05-02)
- Author : jmspaggi | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Tool
- Licence : Other
Content
VERY simple 32 bits timer providing non-blocking timeout methods.
Many options available. One timer, many timers, cog ticking the timer for you, etc.
Allow delays up to 145h, and as low as 200us. Can run at 80Mhz as well as any other frequency (refer to the code).
Documented, and including a demo. Based on the Javelin Timer class.