an asynchronous ticker which calls methods in a regular fashion, but not from an interrupt handler. This allows the called methods to do complex and more time-consuming stuff (e.g. network requests, calculation, or printing to the serial console)

Dependents:   IOT_Sockets

Auto generated API documentation and code listings for ASyncTicker

Classes

ASyncTicker Asynchronous ticker which allows calling methods in a regular fashion, but not from an interrupt handler
Updateable Callback interface for classes which are subject to be called from the ASync ticker

Code

ASyncTicker.cpp [code]
ASyncTicker.h [code]
Updateable.h [code]