save some implementation

This commit is contained in:
2025-04-22 14:27:07 +02:00
parent 35a11734e2
commit 9104869ecf
27 changed files with 1789 additions and 1734 deletions

View File

@@ -13,8 +13,16 @@ idf_component_register(SRCS
"hw/mcp23018.h"
"hw/mpu9250.c"
"hw/mpu9250.h"
"hw/gps.c"
"hw/gps.h"
"hw/mcp3550.c"
"hw/mcp3550.h"
"hw/sx1262.c"
"hw/sx1262.h"
"components/sensors.c"
"components/sensors.h"
"components/radio.c"
"components/radio.h"
"main.c"
INCLUDE_DIRS ".")