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

DigitalIn.cpp causing fatal error at compile #88

Open
IainDaRed opened this issue Jul 17, 2020 · 1 comment
Open

DigitalIn.cpp causing fatal error at compile #88

IainDaRed opened this issue Jul 17, 2020 · 1 comment

Comments

@IainDaRed
Copy link

I have been working through the wiki instructions to get a Wemos d1 mini set up and hitting this snag when compiling.

sketch/src/sensors/digitalIn/digitalIn.cpp:11:33: fatal error: FunctionalInterrupt.h: No such file or directory
#include <FunctionalInterrupt.h>

I have checked and in the original download of SigKSen-Master (renamed etc) the digitalin.cpp is present so I am assuming there is a corruption here?

using Arduino IDE to set things up and all libraries are installed as per instructions.

Love this project so hoping it's just something I have missed (I'm sure it is).

Cheers

@ba58smith
Copy link
Collaborator

The error is telling you that the file FunctionalInterrupt.h is not found. Is that file somewhere on your computer in with the other SigkSens files? I'm not at my computer now so I can't tell you exactly where it should be.

Before you get too invested in SigkSens, also have a look at https://github.com/SignalK/SensEsp. It's also for getting sensor data to Signal K, and is being developed much more actively.

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

2 participants