gpio-rs icon indicating copy to clipboard operation
gpio-rs copied to clipboard

Rust GPIO library supporting bare metal and Linux.

Results 3 gpio-rs issues
Sort by recently updated
recently updated
newest added

Using gpio-rs to open an output GPIO pin and set it high, when it is not yet exported, sometimes doesn't update the pin state to high. I believe this is...

`GpioOut` isn't object-safe due to `set_value` using `Into` for convenience. This is somewhat annoying for writing code that wants to abstract over different pins. Possible solutions: - Make `set_value` directly...

And it will be removed in 2020. See https://www.kernel.org/doc/Documentation/ABI/obsolete/sysfs-gpio And the new https://www.kernel.org/doc/Documentation/ABI/testing/gpio-cdev You can also see this talk from the last Embedded Linux Conference Europe (posted yesterday by the...