This reference is for Processing 3.0+. If you have a previous version, use the reference included with your software in the Help menu. If you see any errors or have suggestions, please let us know. If you prefer a more technical reference, visit the Processing Core Javadoc and Libraries Javadoc.

Name

PWM

Examples

Description Opens a PWM channel
Methods
clear() Disables the PWM output
close() Gives ownership of a channel back to the operating system
list() Lists all available PWM channels
set() Enables the PWM output
set() Enables the PWM output with a preset period of 1 kHz
Constructor
PWM(channel)
Parameters
channel String: PWM channel
Updated on January 21, 2019 10:05:14am EST

Creative Commons License