lol I am very dumb saturating add on tick instead of wrapping

This commit is contained in:
JP Stringham
2026-02-12 21:23:35 -05:00
parent e06f84df2f
commit 9e862774cb
4 changed files with 95 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
cortex-m = { version = "0.7.7", features = [ "critical-section-single-core" ] }
cortex-m-rt = "0.7.5"
defmt = "1.0.1"
defmt-rtt = "1.0.0"
defmt-rtt = "1.1.0"
embedded-hal = "1.0.0"
panic-probe = { version = "1.0.0", features = [ "print-rtt" ]}
rp2040-boot2 = "0.3.0"