Cleanup code and add simple README

This commit is contained in:
Marco Thomas
2022-04-18 13:19:17 +02:00
parent d5de0d3db6
commit 89dbe4adca
6 changed files with 88 additions and 32 deletions

View File

@@ -14,4 +14,5 @@ stm32f3xx-hal = { version = "0.9.0", features = ["ld", "rt", "stm32f303xe"] }
rtt-target = { version = "0.2.2", features = ["cortex-m"] }
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
ssd1306 = "0.7.0"
embedded-graphics = "0.7.1"
embedded-graphics = "0.7.1"
embedded-time = "0.12.1"