Blinker  V1.0
Blinker
E:/Projects/Shelek/Blinker/Software/Led/include/Led.h
Go to the documentation of this file.
00001 
00005 #ifndef _LED_H
00006 #define _LED_H
00007 
00008 void Led_init(void);
00009 
00010 void Led_on(void);
00011 
00012 void Led_off(void);
00013 
00014 #endif // _LED_H
 All Files Functions