mxtommy / SigkSens

ESP8266 based SignalK Wifi Sensors
Apache License 2.0
38 stars 8 forks source link

DigitalIn.cpp causing fatal error at compile #88

Open IainDaRed opened 4 years ago

IainDaRed commented 4 years ago

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

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 commented 4 years ago

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.