firmware: add XIAO C6 sensor node

This commit is contained in:
2026-07-17 01:46:37 -06:00
parent 22a6d77be8
commit a701059378
15 changed files with 239 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include "sensor_state.h"
bool initImu();
void updateImu(ImuState& state);