checkpoint: working sensor acquisition and axis validation

This commit is contained in:
Jay
2026-08-17 09:38:18 -04:00
commit f1ac20fb4f
16 changed files with 721 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
idf_component_register(
SRCS "l3g4200d.c"
INCLUDE_DIRS "include"
REQUIRES esp_driver_i2c
)