From 165ef60c99e3fb8aeb85d83f387e8e5207c3b607 Mon Sep 17 00:00:00 2001 From: gohai Date: Sat, 30 Jun 2018 18:42:45 -0700 Subject: [PATCH] IO: Remove the duplicate "duty" argument from the reference for PWM.set() --- java/libraries/io/src/processing/io/PWM.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/libraries/io/src/processing/io/PWM.java b/java/libraries/io/src/processing/io/PWM.java index 2a8fe19f2..c33c9107c 100644 --- a/java/libraries/io/src/processing/io/PWM.java +++ b/java/libraries/io/src/processing/io/PWM.java @@ -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) {