Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 4 months ago.
Missing dependencies online and offline
Hi,
At first I was trying to export this online program : https://os.mbed.com/teams/MaximIntegrated/code/MAX30001-MAX32630FTHR-ECG-EVKIT/ but I was not able to to do it.
With Eclipse or Mbed Studio, I always miss dependencies, the program does not recognize Serial, SPI, uint8, ..., even though the libraries are there.
If I try to modify the code online, for example add BLE functionnalities, it says I miss libraries that I do not know how to add. For example :
- include "ble/BLE.h"
which does not give any error in another project, but in the one above, fails.
How can I add those files and where are they ? Is it normal that offline compiling is so hard ?
Thanks