SmartAudio/lichee/brandy/u-boot-2014.07/include/pwm_led.h

9 lines
148 B
C
Raw Normal View History

2018-12-13 10:48:25 +00:00
#ifndef __PWM_LED_H__
#define __PWM_LED_H__
int pwm_led_init(void);
int pwm_led_set(int red, int blue, int green);
int pwm_led_test(void);
#endif