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
ens.c
2
ens.c
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue