[examples] Add Accelerometer collision detection snippets

This commit is contained in:
sciencewhiz
2025-05-10 21:19:23 -07:00
committed by Peter Johnson
parent 89555383cc
commit 0877d130be
5 changed files with 122 additions and 0 deletions

View File

@@ -134,5 +134,15 @@
],
"foldername": "BuiltInAccelerometer",
"gradlebase": "cpp"
},
{
"name": "AccelerometerCollisionDetection",
"description": "Snippets of Accelerometer collision detection for frc-docs.",
"tags": [
"Hardware",
"Accelerometer"
],
"foldername": "AccelerometerCollision",
"gradlebase": "cpp"
}
]