Implement togglable output pin for Output
This commit is contained in:
@ -15,7 +15,7 @@ defmt = { version = "0.2.0", optional = true }
|
||||
log = { version = "0.4.11", optional = true }
|
||||
cortex-m-rt = { version = "0.6.13", features = ["device"] }
|
||||
cortex-m = "0.7.1"
|
||||
embedded-hal = { version = "0.2.4" }
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
futures = { version = "0.3.5", default-features = false, features = ["async-await"] }
|
||||
rand_core = { version = "0.6.2" }
|
||||
sdio-host = { version = "0.5.0" }
|
||||
|
Reference in New Issue
Block a user