We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run a timer that resets every second using the RTC, and use millis() to add millisecond precision to the timekeeping functions
The text was updated successfully, but these errors were encountered:
Add simple millis() column to log file
Sorry, something went wrong.
This is also possible by using LowPower.idle() instead of LowPower.sleep(). Need to do power consumption measurements in both cases.
https://circuitdigest.com/microcontroller-projects/arduino-sleep-modes-and-how-to-use-them-to-reduce-power-consumption
https://github.com/arduino-libraries/ArduinoLowPower/blob/master/src/ArduinoLowPower.h
Also I think LowPower.deepsleep() is just LowPower.sleep(), will confirm with Otii measurement
No branches or pull requests
run a timer that resets every second using the RTC, and use millis() to add millisecond precision to the timekeeping functions
The text was updated successfully, but these errors were encountered: