JohnDoneth / hd44780-driver

Implementation of the embedded-hal traits for the HD44780.
MIT License
37 stars 40 forks source link

Arduino UNO Example #19

Open JohnDoneth opened 4 years ago

JohnDoneth commented 4 years ago

Now that Rust has nightly support for AVR it would be neat to have an example for this crate using avr-hal for the ubiquitous Arduino UNO.

ColinTimBarndt commented 4 days ago

In #54, I added an example for the Arduino Nano, but it's general enough to work on any Arduino as it's using arduino-hal, which is part of the same project and depends on avr-hal.

photo_2024-09-26_17-25-27