zauberzeug / lizard

Domain-specific language to specify behaviour of microcontroller managed hardware
MIT License
15 stars 5 forks source link

Avoid flickering of PwmOutput module #19

Open falkoschindler opened 1 year ago

falkoschindler commented 1 year ago

Because we set duty and frequency in every loop cycle, the PWM signal seems to be reset every time which causes some flickering. Can we avoid resetting these values if they haven't changed?

falkoschindler commented 1 year ago

Unfortunately we can't reproduce the problem at the moment. A breadboard setup with two ESPs generates a perfect PWM signal.