The DigitalInOut sets pins to the strong drive mode, but the PWMOut doesn't. It would be nice to have it consistent, especially since PWM might be driving small LEDs and similar things.
I was hoping to make a pull request for this myself, but I'm not recently able to contribute much, so I thought I will report this, because it may potentially be a good first issue. One has only to look at the DigitalInOut code and copy the relevant lines to the PWMOut code.
The
DigitalInOutsets pins to the strong drive mode, but thePWMOutdoesn't. It would be nice to have it consistent, especially since PWM might be driving small LEDs and similar things.I was hoping to make a pull request for this myself, but I'm not recently able to contribute much, so I thought I will report this, because it may potentially be a good first issue. One has only to look at the
DigitalInOutcode and copy the relevant lines to thePWMOutcode.