26 #if defined(ARDUINO) && ARDUINO >= 100
35 digitalWrite(pin, HIGH);
void unusedPin(uint8_t pin)
Marks an I/O pin as unused.This function sets pin to be an input with pullups enabled, which will reduce power consumption compared to pins that are left floating.
Sleep for 60 milliseconds.
Sleep for 250 milliseconds.
void sleepFor(SleepDuration duration, uint8_t mode=0)
Puts the CPU to sleep for a specific duration.The analog to digital converter and the brown out detec...
Sleep for 120 milliseconds.
SleepDuration
Duration to put the CPU to sleep with sleepFor().
Sleep for 30 milliseconds.
Sleep for 500 milliseconds.
Sleep for 15 milliseconds.