hal_led.h 142 B

123456789101112
  1. #ifndef __hal_led_h__
  2. #define __hal_led_h__
  3. #include "main.h"
  4. void LED_Init(void);
  5. void LED_process(void);
  6. void LED_AllOff(void);
  7. #endif