sorta works, too many interupts?

This commit is contained in:
Jacob Rosenthal
2021-12-14 16:48:48 -07:00
parent 07cbd41131
commit 3debe604fb
3 changed files with 16 additions and 40 deletions

View File

@ -9,7 +9,6 @@ version = "0.1.0"
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] }
embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
embassy-hal-common = { version = "0.1.0", path = "../../embassy-hal-common" }
defmt = "0.3"
defmt-rtt = "0.3"