10 lines
No EOL
175 B
C
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_
|