Browse Source

small updates to treppe

tags/v1.0.0
Simon Schmidt 2 years ago
parent
commit
7177472ea6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/treppe/treppe.cpp

+ 1
- 0
lib/treppe/treppe.cpp View File

Serial.printf("Treppe: idle_pwm=%d\n", idle_pwm); Serial.printf("Treppe: idle_pwm=%d\n", idle_pwm);
berechne_dimmer(); berechne_dimmer();
activate_idle_pwm(true); activate_idle_pwm(true);
activate_idle_pwm(false); // well :)
} }


void Treppe::activate_idle_pwm(bool active) void Treppe::activate_idle_pwm(bool active)

Loading…
Cancel
Save