Module rust_gpiozero::output_devices [] [src]

Output device component interfaces for devices such as LED

Structs

Buzzer

Extends DigitalOutputDevice and represents a digital buzzer component.

DigitalOutputDevice

Represents a generic output device with typical on/off behaviour. Extends behaviour with blink

LED

Represents a light emitting diode (LED)

Motor

Represents a generic motor connected to a bi-directional motor driver circuit (i.e. an H-bridge). This is a composite device.

OutputDevice

Represents a generic GPIO output device.

Traits

DigitalOutputDeviceTrait
OutputDeviceTrait