Jonathan Posthuma
Jonathan Posthuma

Reputation: 11

Movesense sbem.h missing from the corelibrary

I have been working on an altered version of the offline GATT app. However, both these inclusions seem to not be present anymore in the movesense core library. They are also called within the sample app, I am attempting to develop for sensorsoftware 2.2.

#include "platform/bsp/rtc.hpp" #include "sbem/Sbem.hpp"

My question, is there a workaround for this or are these .h files still available elsewhere (since there are release versions for the offline GATT sensor app)?

Many thanks in advance!

I have tried the following:

Error in building:

/movesense/samples/win_ecglogger_app/ECGIMULoggerapp.cpp:8:10: fatal error: sbem/Sbem.hpp: No such file or directory 8 | #include "sbem/Sbem.hpp"

Upvotes: 1

Views: 35

Answers (0)

Related Questions