Synopsis
#include <inavr.h> void __sleep(void);
Description
__sleep inserts a SLEEP instruction into the function code.
__sleep is an intrinsic function and produces inline code.
Portability
__sleep can be used on any AVR device.
#include <inavr.h> void __sleep(void);
__sleep inserts a SLEEP instruction into the function code.
__sleep is an intrinsic function and produces inline code.
__sleep can be used on any AVR device.