You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think (to be confirmed there by the experts :) ) that I need to be able to access specifically Wire1 to be able to use the GPS on the Artemis Global Tracker (see issue sparkfunX/Artemis_Global_Tracker#18 ).
In the core v 2.0.5, doing:
#include<Wire.h>voidsetup(){
Wire1.begin();
}
as was doable in the core v1 seems to be impossible:
exit status 1'Wire1' was not declared in this scope
any way to get this to work already in core v 2.0.5?
if not, can this be fixed? Any timeline? I really need this fix badly, any "hack" that could make it work?