dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Functions | |
static uint32_t | led_pwm_on_p (uint32_t pwm_period, uint32_t pwm_sweep_steps, uint32_t uptime, uint8_t *fraction) |
void | led_pwm_config (struct led_pwm_state *leds, uint32_t pwm_1_period_us, uint32_t pwm_1_sweep_steps, uint32_t pwm_2_period_us, uint32_t pwm_2_sweep_steps) |
void | led_pwm_add_ticks (struct led_pwm_state *leds, uint32_t elapsed_us) |
bool | led_pwm_update_leds (struct led_pwm_state *leds) |
Definition in file led_pwm.c.