27 #ifndef __TIMER_INTERFACE_H_
28 #define __TIMER_INTERFACE_H_
97 #endif //__TIMER_INTERFACE_H_
void countdown_ms(Timer *, uint32_t)
Create a timer (milliseconds)
Definition: timer.c:35
uint32_t left_ms(Timer *)
Check the time remaining on a given timer.
Definition: timer.c:42
Definition: timer_platform.h:29
bool has_timer_expired(Timer *)
Check if a timer is expired.
Definition: timer.c:28
void countdown_sec(Timer *, uint32_t)
Create a timer (seconds)
Definition: timer.c:53
void init_timer(Timer *)
Initialize a timer.
Definition: timer.c:60