Skip to content

Commit 1493107

Browse files
committed
IO: Remove the duplicate "duty" argument from the reference for PWM.set()
1 parent f2221ec commit 1493107

File tree

1 file changed

+0
-1
lines changed
  • java/libraries/io/src/processing/io

1 file changed

+0
-1
lines changed

java/libraries/io/src/processing/io/PWM.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public void set(int period, float duty) {
206206

207207
/**
208208
* Enables the PWM output with a preset period of 1 kHz
209-
* @param duty duty cycle, 0.0 (always off) to 1.0 (always on)
210209
* @webref
211210
*/
212211
public void set(float duty) {

0 commit comments

Comments
 (0)