led.h 132 B

12345678910111213
  1. #ifndef __led_H
  2. #define __led_H
  3. #include "ALL_Includes.h"
  4. void LED_Init(void);
  5. void LED_On(void);
  6. void LED_Off(void);
  7. #endif