ToCoNet_vSleep()
Explanation
About wake-up interruptions
E_EVENT_TOCONET_ON_SLEEP event
void vMyProcessEv(...) {
...
case E_STATE_SLEEPING:
if (eEvent == E_EVENT_NEW_STATE) {
ToCoNet_vSleep(…);
}
break;
...
}About sleep time
Arguments
Type
Name
Remark
Returns
Sample code
最終更新