test MAX31850

Dependencies:   OneWireFB mbed

Committer:
fblanc
Date:
Tue May 27 15:01:13 2014 +0000
Revision:
0:55f2866e9c0c
ok

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fblanc 0:55f2866e9c0c 1 #ifndef _shtlib_
fblanc 0:55f2866e9c0c 2 #define _shtlib_
fblanc 0:55f2866e9c0c 3 #include "sht7X.h"
fblanc 0:55f2866e9c0c 4 #include "crc8.h"
fblanc 0:55f2866e9c0c 5
fblanc 0:55f2866e9c0c 6 int sht_writefile(SHT75 sht,float *ptr_temperature,float *ptr_humidity);
fblanc 0:55f2866e9c0c 7 int sht_init(SHT75 sht, const char *hwAddr, char *text_temp, char *text_humi);
fblanc 0:55f2866e9c0c 8 #endif