#ifndef __hal_led_h__ #define __hal_led_h__ #include "main.h" void LED_Init(void); void LED_process(void); void LED_AllOff(void); #endif