Macros | Functions
ledpwm.h File Reference

Go to the source code of this file.

Macros

#define LEDPWM_LED_NUM   2
 
#define LEDPWM_CNT_TOP   200
 
#define LED_GREEN   0
 
#define LED_RED   1
 

Functions

void ledpwm_init (void)
 
void ledpwm_set_intensity (unsigned int led, float intensity)
 
void ledpwm_led_on (int led)
 
void ledpwm_led_off (int led)
 
void ledpwm_update_pwm (void)
 

Macro Definition Documentation

#define LED_GREEN   0
#define LED_RED   1
#define LEDPWM_CNT_TOP   200
#define LEDPWM_LED_NUM   2

Function Documentation

void ledpwm_init ( void  )
void ledpwm_led_off ( int  led)
void ledpwm_led_on ( int  led)
void ledpwm_set_intensity ( unsigned int  led,
float  intensity 
)
void ledpwm_update_pwm ( void  )