rahul-thakoor / rust_gpiozero

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

Improve input device support #45

Open llewelld opened 1 year ago

llewelld commented 1 year ago

Currently only the Button input device is implemented. GPIO Zero has support for several others and it would be great to have support for them here too:

  1. [x] Button
  2. [ ] LineSensor (e.g. infra-red proximity)
  3. [ ] MotionSensor
  4. [ ] LightSensor
  5. [ ] DistanceSensor
  6. [ ] RotaryEncoder