SystemSleepConfiguration documentation

I am using a Boron LTE for a project and I want to put the device to sleep in a way that wakes it once a day for ~60s out of 86,400s. I am looking at Particle ULTRA_LOW_POWER (SystemSleepMode) - sleep() [ Sleep ] and it is not clear to me how to use this class based on what I see on the documentation. Is there a way to view the class definitions in the .h file so I can see the overloads and constructors?

I am looking to keep the RTC running to keep track of time, and I would like to disable the 3.3V pin if possible.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.