[examples] Add an ExpansionHubSample example (#8810)

This commit is contained in:
Thad House
2026-04-25 15:43:24 -07:00
committed by GitHub
parent 6aa1611959
commit a3968faa57
6 changed files with 113 additions and 1 deletions

View File

@@ -23,6 +23,21 @@
"robotclass": "Robot",
"commandversion": 2
},
{
"name": "Expansion Hub Sample",
"description": "Sample the functionality of the Expansion Hub motors.",
"tags": [
"Hardware",
"ExpansionHub",
"FTC",
"OpModes",
"SmartDashboard"
],
"foldername": "expansionhubsample",
"gradlebase": "java",
"robotclass": "Robot",
"commandversion": 2
},
{
"name": "Elevator with trapezoid profiled PID",
"description": "Reach elevator position setpoints with trapezoid profiles and smart motor controller PID.",