LED_Driver_Interface.h 110 Bytes EditWeb IDE 1 2 3 4 5 6 #ifndef LED_DRIVER_INTERFACE_H #define LED_DRIVER_INTERFACE_H extern void LED_Driver_Init(void); #endif