rahul-thakoor / rust_gpiozero

A library inspired by gpiozero written in Rust
https://crates.io/crates/rust_gpiozero
Apache License 2.0
233 stars 27 forks source link

Improve output device support #46

Open llewelld opened 1 year ago

llewelld commented 1 year ago

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