"Does anyone have any examples of..." <- > <@hadez:matrix.gorge.works> Does anyone have any examples of returning an `Err()` for the embedded hal i2c module? I'm working on porting some older sensor drivers I wrote awhile ago and I had manually implemented error enums for i2c. Still trying to wrap my head around the new version of the embedded-hal. > EDIT: > > for context signature's return type went from `Result>` to `Result` > > it's possible I'm just overlooking something from how late it is rn. [here](https://github.com/eldruin/eeprom24x-rs/pull/17) is an example of an update to e-h 1.0 for a driver. Only changing the I2C trait bounds was enough.