Skip to content

some arduino libraries cause errors #38

Open
@zdjurisic

Description

@zdjurisic

I'm just guessing that it is the cores issue... So, with that said:

Including certain libraries causes compiling errors. For example,

#include <XWire.h>
#include <XRTClib.h>
RTC_DS1307 RTC;
void setup() {}
void loop() {}

throws:

test_TWI_DS1307:3: error: expected ')' before '*' token

the XRTClib is a copy of the RTClib, in which ony the reference to Wire was changed to XWire. Same thing with a few other libraries.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions