#ifndef __led_H #define __led_H #include "ALL_Includes.h" void LED_Init(void); void LED_On(void); void LED_Off(void); #endif