files: split sensors out into their own source files

This commit is contained in:
A.M. Rowsell 2026-06-27 21:28:41 -04:00
commit 657ee06eed
5 changed files with 167 additions and 32 deletions

2
aht.c
View file

@ -1,7 +1,7 @@
#include "aht.h"
#include "hardware/i2c.h"
#include "pico/stdlib.h"
#include "pico/stdlib.h" // IWYU pragma: keep
static const uint8_t AHT_MEASURE[3] = {0xAC, 0x33, 0x00};