Blinker  V1.0
Blinker
E:/Projects/Shelek/Blinker/Software/Timer/include/Timer.h
См. документацию.
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