Updated algorithm to allow full speed tasks while pushing graphics at intervals

This commit is contained in:
JP Stringham
2026-01-05 09:13:12 -05:00
parent 871ec35847
commit 271069504e
3 changed files with 27 additions and 14 deletions

View File

@@ -9,7 +9,6 @@ cortex-m-rt = "0.7.5"
defmt = "1.0.1"
defmt-rtt = "1.0.0"
embedded-hal = "1.0.0"
embedded_hal_0_2 = {package = "embedded-hal", version = "0.2.5", features = ["unproven"]}
panic-probe = { version = "1.0.0", features = [ "print-rtt" ]}
rp2040-boot2 = "0.3.0"
rp2040-hal = "0.11.0"