includes: move headers to inc/ and update source files
This commit is contained in:
parent
958b2e8e00
commit
5c92ee4bb8
12 changed files with 9 additions and 8 deletions
11
inc/aht.h
Normal file
11
inc/aht.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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