Add Webee stuff

This commit is contained in:
2023-08-24 01:53:41 +02:00
parent 86994e0f8c
commit 3c5a7215d1
7 changed files with 215 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Adrian Marquis <adrian@marquis.site>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
[[bin]]
name = "avr-webee"
@@ -15,6 +16,7 @@ panic-halt = "0.2.0"
ufmt = "0.1.0"
nb = "0.1.2"
embedded-hal = "0.2.3"
avr-device = "0.5.1"
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"