led_object.h 99 B

123456
  1. #ifndef OBJECTS_LED_H_
  2. #define OBJECTS_LED_H_
  3. #include "sys.h"
  4. void led_object_init(void);
  5. #endif