mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 07:39:18 +01:00
IO: Remove the duplicate "duty" argument from the reference for PWM.set()
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user