rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
282 stars 69 forks source link

Modernize examples #184

Closed bugadani closed 1 year ago

bugadani commented 1 year ago

This PR updates examples to the currently latest HAL/RTIC crates, making them relevant again. Hopefully, this provides a solid base for later embedded-hal 1.0 updates, too.

As I don't have an STM32F10x, I haven't been able to test them, but I'm confident in everything except the RTIC examples.

bugadani commented 1 year ago

Merged into #181