1 #ifndef _SLEEP_TIMER_H_
2 #define _SLEEP_TIMER_H_
3 
4 void sleep_timer_init(void);
5 
6 void sleep_timer_start(uint32_t ms);
7 
8 #endif
9