pub struct I2C<T>(_);
Return the raw interface to the underlying I2C peripheral
Error type
Reads enough bytes from slave with address to fill buffer Read more
address
buffer
Implementation of embedded_hal::blocking::i2c Traits
Writes bytes to slave with address address Read more
Writes bytes to slave with address address and then reads enough bytes to fill buffer in a single transaction Read more
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.