LED_Driver_Interface.h 110 Bytes
#ifndef LED_DRIVER_INTERFACE_H
#define LED_DRIVER_INTERFACE_H

extern void LED_Driver_Init(void);

#endif