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

Revision:
0:2cbfc517b1c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/convert_lmt70.h	Thu Oct 22 16:58:50 2015 +0000
@@ -0,0 +1,6 @@
+#ifndef MBED_LMT70_H
+#define MBED_LMT70_H
+ 
+#include "mbed.h"
+float convert_lmt70(float mV);
+#endif
\ No newline at end of file