~ruther/avr-guess-the-number

d496c1b47a62846703277a36d073c601511bb501 — František Boháček 2 years ago 017861c
feat: add avr-device lib
2 files changed, 5 insertions(+), 0 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -0
@@ 77,6 77,7 @@ name = "guess-the-number"
version = "0.1.0"
dependencies = [
 "atmega-hal",
 "avr-device",
 "avr-hal-generic",
 "nb 0.1.3",
 "panic-halt",

M Cargo.toml => Cargo.toml +4 -0
@@ 15,6 15,10 @@ panic-halt = "0.2.0"
ufmt = "0.1.0"
nb = "0.1.2"

[dependencies.avr-device]
path = "../avr-device"
features = ["rt","atmega8"]

[dependencies.atmega-hal]
path = "../avr-hal/mcu/atmega-hal"
features = ["rt","atmega8"]

Do not follow this link