includes: move headers to inc/ and update source files

This commit is contained in:
A.M. Rowsell 2026-06-30 00:36:41 -04:00
commit 5c92ee4bb8
12 changed files with 9 additions and 8 deletions

11
aht.h
View file

@ -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