Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_Coroutine.h File Reference
#include <drivers/cs_RTC.h>
#include <drivers/cs_Timer.h>
#include <functional>
Include dependency graph for cs_Coroutine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Coroutine
 A coroutine essentially is a throttling mechanism: it takes in a tick-event or tick count and executes its action when the time (number of ticks) passed between the last call and the current one is larger than the time the action reported the next call needed to wait. More...