test MAX31850

Dependencies:   OneWireFB mbed

Committer:
fblanc
Date:
Wed Sep 28 06:46:10 2016 +0000
Revision:
4:031e71e61e80
Parent:
0:55f2866e9c0c
test

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