Hello,
I want to use LowPower.sleep() on the Nano 33 BLE Sense rev2. I've installed and included ArduinoLowPower.h in my sketch. When I try ArduinoLowPower's TimedWakeup example, I get the below warning and errors:
WARNING: library Arduino Low Power claims to run on samd, nrf52 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
undefined reference to `LowPower'
undefined reference to `ArduinoLowPowerClass::sleep(unsigned long)'
Does LowPower not exist for Nano 33 BLE Sense? I've seen someone saying delay() does the same thing on this board. Is that true?
Thanks!