Hello,
I have a GPS in my setup and I'm using TinyGPS for it.
When I use the GPS, the following function does not work:
LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF);
This function does not put my arduino nano in powerdown mode for 8sec. It simply skips over this line without executing it.
Hello, I have a GPS in my setup and I'm using TinyGPS for it. When I use the GPS, the following function does not work: LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF);
This function does not put my arduino nano in powerdown mode for 8sec. It simply skips over this line without executing it.
Thank you for the help!
-Vincent