Added temperature sensor

This commit is contained in:
2024-03-28 00:03:58 +01:00
parent 73c2710e77
commit 1c518b6b95
3 changed files with 75 additions and 9 deletions
+4
View File
@@ -22,6 +22,8 @@ embassy-rp = { version = "0.1", features = [
"unstable-pac",
"time-driver",
"critical-section-impl",
"intrinsics",
"rom-v2-intrinsics",
] }
embassy-boot-rp = { version = "0.2", features = ["defmt"] }
embassy-boot = { version = "0.2", features = ["defmt"] }
@@ -67,10 +69,12 @@ smoltcp = { version = "0.11", default-features = false, features = [
] }
updater = { version = "0.1.0", path = "../iot_tools/updater" }
portable-atomic = { version = "1.6", features = ["critical-section"] }
bme280 = { version = "0.5.0", features = ["async", "defmt"] }
[patch.crates-io]
# Make mqtt:// and mqtts:// actually work
nourl = { git = "https://git.huizinga.dev/Dreaded_X/nourl" }
bme280 = { git = "https://github.com/Remmirad/bme280-rs/", branch = "fix_reset_setup_time" }
[features]
include_firmwares = []