preliminary UART setup for CO2 sensor

This commit is contained in:
Clara Dautermann 2025-07-20 10:55:49 +02:00
parent 48d8ef95d6
commit fab4ac1af7
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 32 additions and 0 deletions

View file

@ -28,6 +28,7 @@ esp-idf-svc = "0.51"
bme280 = "0.5.1"
esp-idf-hal = "0.45.2"
esp-idf-sys = { version = "0.36.1", features = ["binstart"] }
mh-z19 = "0.3.3"
# --- Optional Embassy Integration ---
# esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }