Main Content

Pulse Width Modulation

Use Raspberry Pi® to create pulse-width-modulation (PWM) signals on GPIO pins

Use Raspberry Pi to create pulse-width-modulation (PWM) signals on GPIO pins. To use a PWM pin, configure the GPIO pin as a PWM pin using the configurePin function

Objects

raspiConnection to Raspberry Pi board

Functions

writePWMFrequencyWrites PWM frequency to a GPIO pin
writePWMDutyCycleWrites PWM duty cycle to PWM pin
writePWMVoltageWrites average PWM voltage to a GPIO pin

Topics