n-able-Arduino icon indicating copy to clipboard operation
n-able-Arduino copied to clipboard

Sleep with Interrupt

Open j45p41 opened this issue 1 year ago • 1 comments

What is the command to enter sleep mode for NRF52840 so that the MCU wakes from interrupt pin? Thanks!

j45p41 avatar Sep 19 '23 19:09 j45p41

Hello, sorry for the delay. You can enter deep sleep mode with systemPowerOff() normal sleep mode happens anytime you call delay().

h2zero avatar Nov 16 '23 23:11 h2zero