Ghislain MARY
Ghislain MARY
As embedded-hal 1.0 has now been released, make the changes that were suggested in a comment in the uno blink example.
Here is the implementation of the I2c trait from embedded-hal 1.0 allowing to pass an I2C device to a driver based on embedded-hal 1.0.
I'm working on a project based on an ATmega168 chip without an external oscillator and therefore using its own internal 8MHz oscillator. These changes introduce a new feature to be...
Here is the implementation of transaction for async I²C. It makes use of the end command to be able to perform several reads or writes consecutively without a stop condition,...