#ifndef _SLEEP_TIMER_H_
#define _SLEEP_TIMER_H_

void sleep_timer_init(void);

void sleep_timer_start(uint32_t ms);

#endif