Rahix / avr-hal

embedded-hal abstractions for AVR microcontrollers
Apache License 2.0
1.33k stars 225 forks source link

Add atmega-hal examples #524

Closed armandas closed 7 months ago

armandas commented 8 months ago

At first I was a bit puzzled about this crate being called avr-hal, while everything focuses on arduino-hal. As I prefer to use "plain" AVR, I took some time to figure out how to use the HAL and port the examples.

Hopefully, this will help people working on non-Arduino boards.