Go back

Counting Blinks


GitLab repo

This is a small project and it really doesn't provide a whole lot of unique stuff. I made it to test out how it's like to develop programs for Arduinos in Rust (It's actually quite convenient). It uses this hal (Hardware Abstraction Layer)
A convenient feature that's provided in it is the ability to generate a template project for your own Arduino device.
It depends on ravedude which was made by the same developer and the compilation is done with gcc-avr.