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.
8 years, 9 months ago.
bed.h for TMP007
I downloaded the library file TMP007, but the file bed.h is not included in the download and therefore it will not compile. Where can I find this file? there is also one dependency listed, but I do not have permission to download it.
Question relating to:
2 Answers
8 years, 9 months ago.
Hi Julian. You are right. Received the same error message. Fixed it with the following process:
Goto Import tab on the compiler screen.
Select Libraries. In the search field, enter mbed.
The very first search hit will be the choice to resolve this error message.
After Import it -> the mbed library will be imported into your project. Proceed to compile.
8 years, 9 months ago.
Thanks Sanjiv, the other option is to just copy mbed.h from another project into the TMP007 directory.