mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[examples] Add an ExpansionHubSample example (#8810)
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user