Functions
ledpwm.c File Reference
#include "ledpwm.h"
#include "ch.h"
#include "hal.h"
#include <string.h>
#include <math.h>
#include "hw.h"

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)
 

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  )