linux-embedded-hal
linux-embedded-hal copied to clipboard
Is this as simple as using `gpiozerio-rust` crate?
Is this crate as simple as using rust_gpiozero crate? For example if I want to print out hello world and turn on and off the lights, is the code as simple to type as ``rust_gpiozero`:

Another question, is there another crate that is based on embedded-hal (just like linux-embedded-hal) that would work for the Arduino and the syntax for linux-embedded-hal would be similar for the Arduino version?