rust_gpiozero
rust_gpiozero copied to clipboard
Improve output device support
Currently only the LED
, PWMLED
, Buzzer
, Motor
and Servo
output device are implemented. GPIO Zero has support for several others and it would be great to have support for them here too:
- [x]
LED
- [x]
PWMLED
- [ ]
RGBLED
- [x]
Buzzer
- [ ]
TonalBuzzer
- [x]
Motor
- [ ]
PhaseEnableMotor
- [x]
Servo
- [ ]
AngularServo