feat: Create GPIO monitor and basic callback functionality to print

This commit is contained in:
Jet Pham 2025-06-03 08:48:24 -07:00
parent 9b74fb2b8c
commit 18aa3dfaa8
No known key found for this signature in database
7 changed files with 616 additions and 0 deletions

11
Cargo.toml Normal file
View 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"