rust-wiringpi
rust-wiringpi copied to clipboard
[DEPRECATED] WiringPi API wrapper for Rust
The creator of the wrapped WiringPi library has chosen to deprecate it. As part of that, he has taken down the Git repository (at the time of writing), so it's...
Because of the way rust handles Enums vs Integers, there is no convenient way to invert a logic level with rust-wiringpi. I propose `std::ops::Not` be implemented for `Value` so that...
There are a lot of undocumented parts, and I would love to give them some good explanations that will help newcomers as well as more advanced users. I'm not an...
While seemingly redundent, having the ability to read an output pin would eliminate needing to store pin state separately by the user. It looks like an OutputPin can be turned...
Long time, no see! Earlier this week, I received an email from @mwallner (I hope you don't mind that I make this an open conversation) asking if I would like...