uint8_t StateMachineConnector::prepareSleepMode() {
// Some of the functions of <avr/power.h> may not be supported by the
// actual microprocessor you are using.
// This method is only called in case you are using an AVR hardware timer.
// e.g.
// power_adc_disable();
// power_spi_disable();
// power_timer0_disable();
// power_timer1_disable() ;
// power_timer2_disable() ;
// power_timer3_disable() ;
// power_twi_disable();
// power_usart0_disable();
// power_usb_disable();
Return value invalid.
uint8_t StateMachineConnector::prepareSleepMode() { // Some of the functions of <avr/power.h> may not be supported by the // actual microprocessor you are using. // This method is only called in case you are using an AVR hardware timer. // e.g. // power_adc_disable(); // power_spi_disable(); // power_timer0_disable(); // power_timer1_disable() ; // power_timer2_disable() ; // power_timer3_disable() ; // power_twi_disable(); // power_usart0_disable(); // power_usb_disable();
}