Files
rt-thread/bsp/lpc408x/drivers/drv_led.h
2014-04-03 12:12:17 +08:00

9 lines
141 B
C

#ifndef __DRV_LED_H
#define __DRV_LED_H
#define LED_DEVICE_CTRL 0x01 /*LED control command*/
void rt_led_hw_init(void);
#endif