IO: Remove the duplicate "duty" argument from the reference for PWM.set()

This commit is contained in:
gohai
2018-06-30 18:42:45 -07:00
committed by Gottfried Haider
parent 9843d1c88d
commit 7bd50e435a
@@ -206,7 +206,6 @@ public class PWM {
/**
* Enables the PWM output with a preset period of 1 kHz
* @param duty duty cycle, 0.0 (always off) to 1.0 (always on)
* @webref
*/
public void set(float duty) {