#ifndef DEEPSLEEP_H #define DEEPSLEEP_H #include void init_rtc(void); void deepsleep(uint32_t duration_secs); #endif // DEEPSLEEP_H