binary Clock
timer_4313.h
Go to the documentation of this file.
1 #ifndef TIMER_4313_H__
2 #define TIMER_4313_H__
3 
4 #include <stdint.h>
5 
10 void timer_init(volatile uint8_t *counter_var_ptr);
11 uint32_t timer_millis_get(void);
12 
13 #endif /* TIMER_4313_H__ */
void timer_init(volatile uint8_t *counter_var_ptr)
Definition: timer_4313.c:32
uint32_t timer_millis_get(void)
Definition: timer_4313.c:87