You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: