led.h 87 B

12345
  1. #ifndef __LED_H__
  2. #define __LED_H__
  3. int led_init(void);
  4. void led_exit(void);
  5. #endif