b-parasite-esp32/code/b-parasite/src/prst/shtc3.h
rbaron 02df5f4595 Initial shtc3 TWI/I2C implementation
Weirdly, it only works ~1/5 of the time.
2021-03-14 16:55:24 +01:00

10 lines
No EOL
175 B
C

#ifndef _PRST_SHT3C_H_
#define _PRST_SHT3C_H_
typedef struct prst_sht3c_read {
} prst_sh3c_read_t;
void prst_sht3c_init();
void prst_sht3c_read();
#endif // _PRST_SHT3C_H_