00001 00006 #ifndef _TIMER_H 00007 #define _TIMER_H 00008 00009 #include <stdint.h> 00010 00016 void Timer_init(void); 00017 00023 void Timer_wait(uint16_t ms); 00024 00025 #endif // _TIMER_H