Puts the MCU in sleep mode. The sleep mode allows power optimization with a slower wakeup time. Only the chosen peripherals are on.
LowPower.sleep();
LowPower.sleep(milliseconds);
milliseconds: the number of milliseconds to put the board in sleep mode. If void the sleep mode is used till a wakeup event.