test MAX31850
SHTxx/shtlib.h
- Committer:
- fblanc
- Date:
- 2016-09-28
- Revision:
- 4:031e71e61e80
- Parent:
- 0:55f2866e9c0c
File content as of revision 4:031e71e61e80:
#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
frederic blanc