Working with sh1106 module to display temp and some averaging

This commit is contained in:
JP Stringham
2025-12-29 10:45:23 -05:00
parent 5576b8ca55
commit 871ec35847
3 changed files with 148 additions and 16 deletions

15
Cargo.lock generated
View File

@@ -339,6 +339,7 @@ dependencies = [
"panic-probe",
"rp2040-boot2",
"rp2040-hal",
"sh1106-pico-rs",
]
[[package]]
@@ -516,6 +517,20 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "sh1106-pico-rs"
version = "0.1.0"
dependencies = [
"cortex-m",
"cortex-m-rt",
"defmt",
"defmt-rtt",
"embedded-hal 1.0.0",
"panic-probe",
"rp2040-boot2",
"rp2040-hal",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.1"