You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Is this crate as simple as using
rust_gpiozero
crate? For example if I want to print outhello 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 likelinux-embedded-hal
) that would work for the Arduino and the syntax forlinux-embedded-hal
would be similar for the Arduino version?The text was updated successfully, but these errors were encountered: