Replies: 1 comment
-
Are all libraries listed in https://github.com/josephdadams/TallyArbiter/blob/master/listener_clients/m5stickc-listener/README.md included? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to compile the listener for an M5stick and getting a missing SensorDataStruc.h. Web searches haven't located the missing file. Error below.
In file included from /Users/timothycahall/Downloads/m5stickc-listener/utility/MPU6886.h:13,
from /Users/timothycahall/Downloads/m5stickc-listener/M5StickC.h:84,
from /Users/timothycahall/Downloads/m5stickc-listener/m5stickc-listener.ino:13:
/Users/timothycahall/Downloads/m5stickc-listener/utility/MahonyAHRS.h:18:10: fatal error: SensorDataStruct.h: No such file or directory
18 | #include "SensorDataStruct.h"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: SensorDataStruct.h: No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions