I have an Arduino Due that is not detecting I2C communication with a gps sensor. I have used Mega2560 and it worked fine but I needed a more powerful board, hence my choice of Arduino Due.
I read from the forum that it could be about the Wire.h library, so I went to the library directory in order to replace it with the suggested library code but I could only see TinyWireM library instead.
I am pretty new to this world and don't know if the libraries are the same.
I would really welcome some suggestions here