8 years, 2 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:

Driver for TI TMP007 thermopile. Reads object temperature, internal temperature, and sensor voltage. Temperature

2 Answers

8 years, 2 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.

/media/uploads/juthi/mbed_library.png

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

Accepted Answer
8 years, 2 months ago.

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