cocoOS  5.0.3
os_cbk.c File Reference
#include "cocoos.h"

Functions

void os_cbkSleep (void)
 

Function Documentation

void os_cbkSleep ( void  )

Callback called by the os kernel when all tasks are in waiting state. Here you can put the MCU to low power mode. Remember to keep the clock running so we can wake up from sleep.