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

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
ASyncTickerAsynchronous ticker which allows calling methods in a regular fashion, but not from an interrupt handler
UpdateableCallback interface for classes which are subject to be called from the ASync ticker