Skip to content

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

@GordonRudman

Description

@GordonRudman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions