This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Description
I do not manage to turn on the GPS using the core v 2.0.5.
I noticed that you use Wire1 and not Wire for talking to the GPS:
|
Wire1.begin(); // Set up the I2C pins |
and in all the following.
However in the core v 2.0.5 I can only use Wire. Is it that there are several I2C buses, and Wire vs Wire1 are two different buses, or something in this kind? In this case, I suppose I would need that the Wire1 gets added to the core v 2.0.5 for it to work, right? Or do you see another workaround?