n-able-Arduino
n-able-Arduino copied to clipboard
Sleep with Interrupt
What is the command to enter sleep mode for NRF52840 so that the MCU wakes from interrupt pin? Thanks!
Hello, sorry for the delay. You can enter deep sleep mode with systemPowerOff()
normal sleep mode happens anytime you call delay()
.