You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,33 @@ The `c_mpos/src/webcam.c` module provides webcam support for desktop builds usin
114
114
115
115
## Build System
116
116
117
+
### Development Workflow (IMPORTANT)
118
+
119
+
**For most development, you do NOT need to rebuild the firmware!**
120
+
121
+
When you run `scripts/install.sh`, it copies files from `internal_filesystem/` to the device storage. These files override the frozen filesystem because the storage paths are first in `sys.path`. This means:
acc_range: Accelerometer range ("2g", "4g", "8g", "16g")
127
127
acc_data_rate: Accelerometer data rate ("0", "1.6Hz", "12.5Hz", ...)
128
128
gyro_range: Gyroscope range ("125dps", "250dps", "500dps", "1000dps", "2000dps")
129
-
gyro_data_rate: Gyroscope data rate ("0", "12.5Hz", "26Hz", ...)
129
+
gyro_data_rate: Gyroscope data rate ("0", "12.5Hz", "26Hz", ...")
130
130
"""
131
+
print(f"[WSEN_ISDS] __init__ called with address={hex(address)}, acc_range={acc_range}, acc_data_rate={acc_data_rate}, gyro_range={gyro_range}, gyro_data_rate={gyro_data_rate}")
0 commit comments