feat: Create GPIO monitor and basic callback functionality to print
This commit is contained in:
parent
9b74fb2b8c
commit
18aa3dfaa8
7 changed files with 616 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "noisebell"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.36", features = ["full"] }
|
||||
anyhow = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
rppal = "0.22.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue