flav1972 / ArduinoINA219

An Arduino library for the INA219 I2C current monitor
17 stars 16 forks source link

Should not release i2c bus between the read request and the read itself #11

Closed ulysse314 closed 3 years ago

ulysse314 commented 4 years ago

This patch should be useful only when having 2 masters on the same bus.

The method TwoWire::requestFrom() does end the end transmission by default (unless the parameter "stop" is set to false).

flav1972 commented 3 years ago

Hello "ulysse", Sorry for the delay in merge. Could you test my "master" please before I release a new version ? Thank you.