Update embassy

This commit is contained in:
kalkyl
2023-04-27 19:37:19 +02:00
parent 0c8e5f92c7
commit 4d551a5865
5 changed files with 26 additions and 18 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
cyw43 = { path = "../" }
embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver", "pio"] }
embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }
pio-proc = "0.2"
pio = "0.2.1"
defmt = "0.3"