Added Rahix/avr-hal to HAL implementation crates list

This commit is contained in:
Jonah Dahlquist 2019-06-25 14:42:21 -05:00 committed by GitHub
parent 382a123d3b
commit 51136cb537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
### Microchip
- [`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD21 and SAMD51 - ![crates.io](https://img.shields.io/crates/v/atsamd-hal.svg)
- ['avr-hal'](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards
### Nordic