rust-embedded-community / ssd1306

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

Remove a generic param, signify no comm error during reset #179

Closed bugadani closed 1 year ago

bugadani commented 1 year ago

Hi! Thank you for helping out with SSD1306 development! Please:

PR description

Reset can't return a comm error, so let's make it Infallible. Also, there's no need for a third generic type.