Uses of Class
com.diozero.api.PwmOutputDevice
-
Packages that use PwmOutputDevice Package Description com.diozero.devices Classes representing actual devices such as LEDs, Buttons as well as GPIO, devices that are connected via I2C, SPI and Serial interfaces.com.diozero.devices.motor -
-
Uses of PwmOutputDevice in com.diozero.devices
Subclasses of PwmOutputDevice in com.diozero.devices Modifier and Type Class Description class
PwmLed
PWM controlled LED. -
Uses of PwmOutputDevice in com.diozero.devices.motor
Constructors in com.diozero.devices.motor with parameters of type PwmOutputDevice Constructor Description TB6612FNGDualMotorDriver(DigitalOutputDevice motorAClockwiseControlPin, DigitalOutputDevice motorACounterClockwiseControlPin, PwmOutputDevice motorAPwmControl, DigitalOutputDevice motorBClockwiseControlPin, DigitalOutputDevice motorBCounterClockwiseControlPin, PwmOutputDevice motorBPwmControl)
TB6612FNGMotor(DigitalOutputDevice motorForwardControlPin, DigitalOutputDevice motorBackwardControlPin, PwmOutputDevice motorPwmControl)
-