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

2
aht.c
View file

@ -1,4 +1,4 @@
#include "aht.h"
#include "inc/aht.h"
#include "hardware/i2c.h"
#include "pico/stdlib.h" // IWYU pragma: keep