Just stumbled upon them when looking into PWM for PCA9685 support...
Can we remove them? They were missed in the conversion to double and nobody seems to have noticed so far....
We already have on(double dutyCycle, double frequency), which seems to set both atomically and should enable users to implement presets in a straightforward manner.
EDIT: The alternative would be to adjust them to doubles, too.
Just stumbled upon them when looking into PWM for PCA9685 support...
Can we remove them? They were missed in the conversion to double and nobody seems to have noticed so far....
We already have
on(double dutyCycle, double frequency), which seems to set both atomically and should enable users to implement presets in a straightforward manner.EDIT: The alternative would be to adjust them to doubles, too.