fw-rust: Start to use the avr-eeprom crate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Start to use the avr-eeprom crate to handle values residing inside the
EEPROM.
This commit is contained in:
finga 2022-03-08 19:05:40 +01:00
parent b34b2810db
commit 8b9d21a012
3 changed files with 14 additions and 9 deletions

View file

@ -15,6 +15,7 @@ panic-halt = "0.2"
nb = "1.0"
embedded-hal = "0.2"
avr-device = { version = "0.3", features = ["atmega328p"] }
avr-eeprom = { git = "https://git.onders.org/finga/avr-eeprom-rs.git", branch = "main" }
[dependencies.atmega-hal]
git = "https://github.com/rahix/avr-hal"