monorepo
This commit is contained in:
13
P3_SETR1/Core/Inc/HTS221.h
Executable file
13
P3_SETR1/Core/Inc/HTS221.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#ifndef INC_HTS221_H_
|
||||
#define INC_HTS221_H_
|
||||
|
||||
typedef struct {
|
||||
float temp;
|
||||
float hum;
|
||||
} THSample;
|
||||
|
||||
void HTS221_Init();
|
||||
|
||||
THSample HTS221_Read();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user