flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
518 stars 34 forks source link

GPIO functionality #130

Closed szwajda closed 9 months ago

szwajda commented 9 months ago

Is there an yway of controlling gpio using this lib?

JarvisCraft commented 9 months ago

Hi there!

There currently are low-level GPIO bindings in the flipperzero-sys crate for which there is an example available.

dcoles commented 9 months ago

I'd like for us to support the embedded_hal::digitial traits in our high-level flipperzero API, similar to what was done for I2C, but this hasn't been implemented yet.