drv_led.h 137 B

1234567
  1. #ifndef __DRV_LED_H__
  2. #define __DRV_LED_H__
  3. int rt_led_hw_init(void);
  4. void Led_Control(rt_uint32_t Set_led, rt_uint32_t value);
  5. #endif