|
AceRoutine
1.5.1
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
|
Files | |
| file | compat.h [code] |
| Various macros to smooth over the differences among the various platforms with regards to their support for flash strings and the various macros used to create and access them. | |
| file | Coroutine.h [code] |
| All coroutines are instances of the Coroutine base class. | |