A Ricker is a simple Ticker but using the RIT rather than Timer3

Embed: (wiki syntax)

« Back to documentation index

RickerSys Class Reference

RickerSys Class Reference

RickerSys. More...

#include <Ricker.h>


Detailed Description

RickerSys.

Base system, only a single instance of this is allowed. It's used to manage the RIT IRQ and the chain of "Rickers" attached.

Note, unlike an Mbed Ticker the Ricker uses a 1ms resolution for it's timer. Therefore teh smallest unit of time that a Ricker can measure is 1ms. If you need sub-millisecond then use an Mbed Ticker.

Definition at line 43 of file Ricker.h.