rust_gpiozero icon indicating copy to clipboard operation
rust_gpiozero copied to clipboard

Improve output device support

Open llewelld opened this issue 1 year ago • 0 comments

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:

  1. [x] LED
  2. [x] PWMLED
  3. [ ] RGBLED
  4. [x] Buzzer
  5. [ ] TonalBuzzer
  6. [x] Motor
  7. [ ] PhaseEnableMotor
  8. [x] Servo
  9. [ ] AngularServo

llewelld avatar Oct 16 '23 20:10 llewelld