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
ens.c
View file

@ -1,7 +1,7 @@
#include "ens.h"
#include "hardware/i2c.h"
#include "pico/stdlib.h"
#include "pico/stdlib.h" // IWYU pragma: keep
static const uint8_t ENS_ACTIVATE[2] = {0x10, 0x02};
static const uint8_t ENS_IDLE[2] = {0x10, 0x01};