[
  {
    "path": "README.md",
    "content": "# awesome-avr-rust\nA list of useful AVR libraries and cool projects\n\n# Executables\n\n* [AVR executable template repository `avr-rust/template-bin`](https://github.com/avr-rust/template-bin)\n\n# Libraries\n\n* [AVR device library](https://github.com/avr-rust/avrd) ([crates.io](https://crates.io/crates/avrd)) ([docs.rs](https://docs.rs/avrd/))\n* [Trimmed down libcore for AVR](https://github.com/gergoerdi/rust-avr-libcore-mini) (_No longer necessary_)\n* [`avr-device`](https://github.com/Rahix/avr-device) & [`avr-hal`](https://github.com/Rahix/avr-hal) - `embedded-hal` implementations for AVR microcontrollers\n  * (deprecated) [`atmega32u4`](https://github.com/Rahix/atmega32u4) & [`atmega32u4-hal`](https://github.com/Rahix/atmega32u4-hal) - `embedded-hal` crates for `atmega32u4`\n* [`arduino-leonardo`](https://github.com/Rahix/arduino-leonardo) - Board Support Crate for Arduino Leonardo\n* [`avr-progmem`](https://github.com/cryptjar/avr-progmem-rs) ([crates.io](https://crates.io/crates/avr-progmem/)) - Utilities for storing data in flash\n\n# Projects\n\n* [CHIP-8 interpreter by Gergo Erdi](https://github.com/gergoerdi/rust-avr-chip8-avr)\n* [Keyboard firmware by Wez Furlong](https://github.com/wez/flutterby-rs)\n* [Demo for Arduboy](https://github.com/simon-i1-h/arduboy-hello-rs)\n* [Dockerized avr-rust toolchain by Douglas Campos](https://github.com/qmx/docker-avr-rust)\n* [LED Blink Example](https://github.com/avr-rust/blink/)\n"
  }
]