flav1972 / ArduinoINA219

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

Enable using multiple Wire objects if target chip has multiple I2C buses #9

Open me21 opened 5 years ago

me21 commented 5 years ago

I'd like to use secondary I2C bus on STM32F103C8. Currently I have to patch the sources. It would be nice to be able to specify the Wire object to use (pass by reference in constructor, for example).

flav1972 commented 3 years ago

could you submit a patch proposal ?