files: split sensors out into their own source files
This commit is contained in:
parent
a6211b4c9d
commit
657ee06eed
5 changed files with 167 additions and 32 deletions
2
aht.c
2
aht.c
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue