I have a magnetometer I talk to with rWire code I wrote. I'm also using a SSD1306 display for the results.
This seems to cause a clash and the nano just keeps rebooting. I'm guessing because they are both masters of the I2C bus at the same time.
Is there some way to get the SSD1306 library's I2C master object or release the rWire master...
Basically, how can I have a rWire master at the same time as an I2C library object?
This seems to cause a clash and the nano just keeps rebooting. I'm guessing because they are both masters of the I2C bus at the same time.
Is there some way to get the SSD1306 library's I2C master object or release the rWire master...
Basically, how can I have a rWire master at the same time as an I2C library object?