You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 for address we definitely can't keep u8 - should we do it like embedded-hal and have it <A: AddressMode = SevenBitAddress> or have an enum? Enum would be more explicit but also more annoying - and implementing the embedded-hal traits might be annoying
Not sure about timeout - given the docs already need to explain the different behavior of None depending on the target device this might call for being more explicit (the u32 already made users wonder what the unit of measurement is)
timeout
field inConfig
is anOption
address
parameter inwrite
,read
,write_read
andtransaction
is au8
The text was updated successfully, but these errors were encountered: