Converts the output from a Texas Instruments LMT70 temperature sensor (in mV) to degrees C

Committer:
adamsona
Date:
Thu Oct 22 16:58:50 2015 +0000
Revision:
0:2cbfc517b1c4
Initial release.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
adamsona 0:2cbfc517b1c4 1 #ifndef MBED_LMT70_H
adamsona 0:2cbfc517b1c4 2 #define MBED_LMT70_H
adamsona 0:2cbfc517b1c4 3
adamsona 0:2cbfc517b1c4 4 #include "mbed.h"
adamsona 0:2cbfc517b1c4 5 float convert_lmt70(float mV);
adamsona 0:2cbfc517b1c4 6 #endif