modm API documentation
|
Public Member Functions | |
modm::ResumableResult< bool > | task1 () |
int8_t | getResumableDepth () const |
bool | isResumableRunning () const |
void | stopResumable () |
Public Attributes | |
int8_t | depth1 |
int8_t | depth2 |
int8_t | depth3 |
uint8_t | state1 |
uint8_t | state2 |
uint8_t | state3 |
bool | condition1 |
bool | condition2 |
bool | condition3 |
modm::ResumableResult< bool > | callResult1 |
modm::ResumableResult< bool > | callResult2 |
modm::ResumableResult< bool > | callResult3 |
Protected Member Functions | |
modm::ResumableResult< bool > | task2 () |
modm::ResumableResult< bool > | task3 () |