Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can no longer import this library into the Particle ecosystem #11

Open
GordonRudman opened this issue Feb 28, 2017 · 7 comments
Open

Can no longer import this library into the Particle ecosystem #11

GordonRudman opened this issue Feb 28, 2017 · 7 comments

Comments

@GordonRudman
Copy link

Particle seem to have updated the way they construct their libraries, which has broken this libraries reference to the OneWire Library.

It's a real quick fix, just changing the reference to read:
#elif defined(SPARK) or defined(STM32F10X_MD)
#include "application.h"
#include <OneWire.h>
#endif

@JahFyahh
Copy link

How can I change this in de Particle build Cloud IDE? The libraries seem read only.

@ScruffR
Copy link

ScruffR commented May 30, 2017

I've filed PR for this
#13

Please merge and reupload to Particle Library repository

@Dids
Copy link

Dids commented Jun 11, 2017

As a workaround, you can create the files locally and edit them, then remove the library from your project.

@frisbee91
Copy link

Please update these files (spark-dallas-temperature.h and spark-dallas-temperature.cpp) in the Particle Web IDE.

Also, the include statement in line 27 of the spark-dallas-temperature.h file does not work in the Particle WebIDE. It needs to be changed from:
#include "../OneWire/OneWire.h"
to "
#include OneWire.h"

@Pwntus
Copy link

Pwntus commented May 15, 2018

Bump. Please consider updating this library.

@CollegeStudent20
Copy link

Is there any update with this? I am trying to run it and am getting the same issue.

@ScruffR
Copy link

ScruffR commented May 31, 2019

I think this repo got abandoned - try a different library (e.g. DS18B20)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants