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
parent c31a7414ac
commit 165ef60c99

View File

@@ -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) {