Skip to content

using Wire1 on the core v 2.0.5 [probably needed to program the Artemis Global Tracker] #347

@jerabaul29

Description

@jerabaul29

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>

void setup(){
  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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions