chore: reorganize source organization to a more modern style
This commit is contained in:
parent
21cb610d31
commit
0425836642
12 changed files with 16 additions and 10 deletions
11
inc/aht.h
11
inc/aht.h
|
|
@ -1,11 +0,0 @@
|
|||
#ifndef AHT_H
|
||||
#define AHT_H
|
||||
|
||||
#include "hardware/i2c.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#define AHT_ADDR 0x38
|
||||
|
||||
void getAHTData(i2c_inst_t *i2c, double *t, double *h);
|
||||
|
||||
#endif // AHT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue