diff options
| author | Selene ToyKeeper | 2023-04-14 18:01:03 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-14 18:01:03 -0600 |
| commit | f8e1150ba52fb3128d452e68ae2d8dda97a53ff1 (patch) | |
| tree | 9321c93ae344918c99327bd852dbc90968d8780e /spaghetti-monster/fsm-ramping.h | |
| parent | refactor progress checkpoint ... got Sofirn LT1S Pro and Emisar D4v2 working (diff) | |
| download | anduril-f8e1150ba52fb3128d452e68ae2d8dda97a53ff1.tar.gz anduril-f8e1150ba52fb3128d452e68ae2d8dda97a53ff1.tar.bz2 anduril-f8e1150ba52fb3128d452e68ae2d8dda97a53ff1.zip | |
LT1S Pro: added dynamic PWM (much better low modes!)
Diffstat (limited to 'spaghetti-monster/fsm-ramping.h')
| -rw-r--r-- | spaghetti-monster/fsm-ramping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h index 3021ff2..028157f 100644 --- a/spaghetti-monster/fsm-ramping.h +++ b/spaghetti-monster/fsm-ramping.h @@ -168,7 +168,7 @@ PROGMEM const PWM_DATATYPE blend_pwm_levels[] = { BLEND_PWM_LEVELS }; // pulse frequency modulation, a.k.a. dynamic PWM // (different ceiling / frequency at each ramp level) // FIXME: dynamic PWM should be a per-channel option, not global -#ifdef USE_DYN_PWM +#ifdef PWM_TOPS PROGMEM const PWM_DATATYPE pwm_tops[] = { PWM_TOPS }; #endif |
