10 years 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

10 years 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.

/media/uploads/juthi/mbed_library.png

After Import it -> the mbed library will be imported into your project. Proceed to compile.

Accepted Answer
10 years ago.

Thanks Sanjiv, the other option is to just copy mbed.h from another project into the TMP007 directory.