JohnDoneth / hd44780-driver

Implementation of the embedded-hal traits for the HD44780.
MIT License
37 stars 40 forks source link

Derive Debug for Error #24

Closed Marcuss2 closed 4 years ago

Marcuss2 commented 4 years ago

I was unable to unwrap when using the crate's methods. Debug is required for unwrapping and expecting the error.