test MAX31850

Dependencies:   OneWireFB mbed

Revision:
0:55f2866e9c0c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SHTxx/shtlib.h	Tue May 27 15:01:13 2014 +0000
@@ -0,0 +1,8 @@
+#ifndef _shtlib_
+#define _shtlib_
+#include "sht7X.h"
+#include "crc8.h"
+
+int sht_writefile(SHT75 sht,float *ptr_temperature,float *ptr_humidity);
+int sht_init(SHT75 sht, const char *hwAddr, char *text_temp, char *text_humi);
+#endif
\ No newline at end of file