TODO
This commit is contained in:
parent
d8281626df
commit
ba8b4e676c
|
@ -77,6 +77,7 @@ public:
|
||||||
void handleCycleStart();
|
void handleCycleStart();
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
||||||
|
// todo: 'outputPins' should be extracted away from here since technically one can want PWM scheduler without actual pin output
|
||||||
OutputPin *outputPins[PWM_PHASE_MAX_WAVE_PER_PWM];
|
OutputPin *outputPins[PWM_PHASE_MAX_WAVE_PER_PWM];
|
||||||
MultiWave multiWave;
|
MultiWave multiWave;
|
||||||
efitimeus_t togglePwmState();
|
efitimeus_t togglePwmState();
|
||||||
|
|
Loading…
Reference in New Issue