[examples] Add Snippets for Accelerometers using OnboardIMU (#8087)

This commit is contained in:
sciencewhiz
2025-07-20 22:19:14 -07:00
committed by GitHub
parent 946ab9e98f
commit 09680072ac
18 changed files with 504 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ COMMANDS_V2_FOLDERS = [
]
SNIPPETS_FOLDERS = [
"ADXLAccelerometers",
"AccelerometerCollision",
"AccelerometerFilter",
"AnalogAccelerometer",
"AnalogEncoder",
"AnalogInput",
@@ -78,6 +81,7 @@ SNIPPETS_FOLDERS = [
"EncoderDrive",
"EncoderHoming",
"LimitSwitch",
"OnboardIMU",
]
TEMPLATES_FOLDERS = [