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

View File

@@ -13,6 +13,7 @@ embedded_hal_0_2 = {package = "embedded-hal", version = "0.2.5", features = ["un
panic-probe = { version = "1.0.0", features = [ "print-rtt" ]}
rp2040-boot2 = "0.3.0"
rp2040-hal = "0.11.0"
sh1106-pico-rs = { path = "../sh1106-pico-rs" }
[features]
logging = []