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

convert_lmt70.h

Committer:
adamsona
Date:
2015-10-22
Revision:
0:2cbfc517b1c4

File content as of revision 0:2cbfc517b1c4:

#ifndef MBED_LMT70_H
#define MBED_LMT70_H
 
#include "mbed.h"
float convert_lmt70(float mV);
#endif