Rahix / avr-hal

embedded-hal abstractions for AVR microcontrollers
Apache License 2.0
1.23k stars 216 forks source link

mega2560 example: rgb led #543

Closed Rhovian closed 1 month ago

Rhovian commented 1 month ago

Added an example for cycling through colors using an RGB LED.

When attempting to build the executable i ran into #537 , so I pinned the version in the mega2560 crate. Let me know if there is a better way of handling that.