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
+11
View File
@@ -0,0 +1,11 @@
{
"idf.currentSetup": "/Users/jay/.espressif/v6.0.2/esp-idf",
"idf.port": "/dev/tty.usbmodem1134101",
"idf.customExtraVars": {},
"clangd.path": "/Users/jay/.espressif/tools/esp-clang/esp-20.1.1_20250829/esp-clang/bin/clangd",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=/Users/jay/embedded_dev/trikkeSensor/build"
]
}