Working temperature readout.

This commit is contained in:
2025-07-16 14:57:34 +02:00
parent c6b250a4a8
commit ed49071ffa
4 changed files with 176 additions and 13 deletions

View File

@@ -16,6 +16,8 @@ embassy-time = { version = "0.4.0", features = ["defmt", "defmt-timestamp-uptime
defmt = "1.0.1"
defmt-rtt = "1.0.0"
bitflags = "2.9.1"
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = "0.7.0"
# embedded-hal = "0.2.6"