Fix mistakes

This commit is contained in:
2025-02-16 01:43:19 +01:00
parent 5efa7a5efd
commit 7a7139360c
8 changed files with 13 additions and 21 deletions

View File

@@ -79,7 +79,6 @@ class Motor{
uint8_t pin;
ledc_timer_t timer;
ledc_channel_t channel;
Power* powerManager;
uint16_t duty;
// The phase of the pwm signal, expressed as a number betweeen 0 and
// the maximum value representable by the pwm timer resolution.