Contiki 2.6
|
00001 00002 /* Enter system in deep sleep 1 (core power domain is fully 00003 * powered down and sleep timer is active). 00004 * Execution is suspended for a given number of seconds. 00005 * 00006 * Pay attention! All system peripherals (including sensors) have 00007 * to be reinitialized before being used again. UART, LEDs and 00008 * real timers are automatically reinitialized. */ 00009 00010 void sleep_seconds(int seconds);