diff options
| author | Selene ToyKeeper | 2023-08-03 19:15:34 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-08-03 19:15:34 -0600 |
| commit | bcaa751aa1b29cb3b4c76df2075feb1941d043fe (patch) | |
| tree | 194d28ff7de40ecef734570467a9ccca090c6ce4 /spaghetti-monster/fsm-ramping.h | |
| parent | converted BLF GT to multi-channel (diff) | |
| download | anduril-bcaa751aa1b29cb3b4c76df2075feb1941d043fe.tar.gz anduril-bcaa751aa1b29cb3b4c76df2075feb1941d043fe.tar.bz2 anduril-bcaa751aa1b29cb3b4c76df2075feb1941d043fe.zip | |
converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet)
to multi-channel, and removed old K9.3 builds which aren't relevant any more,
and old D4Sv2-tintramp builds
Diffstat (limited to 'spaghetti-monster/fsm-ramping.h')
| -rw-r--r-- | spaghetti-monster/fsm-ramping.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h index 0c299c4..cae9a4d 100644 --- a/spaghetti-monster/fsm-ramping.h +++ b/spaghetti-monster/fsm-ramping.h @@ -105,6 +105,12 @@ PROGMEM const PWM2_DATATYPE pwm2_levels[] = { PWM2_LEVELS }; #ifdef PWM3_LEVELS PROGMEM const PWM3_DATATYPE pwm3_levels[] = { PWM3_LEVELS }; #endif +#ifdef PWM4_LEVELS +PROGMEM const PWM4_DATATYPE pwm4_levels[] = { PWM4_LEVELS }; +#endif +#ifdef PWM5_LEVELS +PROGMEM const PWM5_DATATYPE pwm5_levels[] = { PWM5_LEVELS }; +#endif // convenience defs for 1 LED with stacked channels // FIXME: remove this, use pwm1/2/3 instead |
