restructure: splitting out sensor functions into their own source files
This commit is contained in:
parent
764aff6df0
commit
a6211b4c9d
8 changed files with 184 additions and 70 deletions
10
aht.h
Normal file
10
aht.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef AHT_H
|
||||
#define AHT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define AHT_ADDR 0x38
|
||||
|
||||
void getAHTData(double *t, double *h);
|
||||
|
||||
#endif // AHT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue