mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add an example showing how to use a hid rumbler (#1394)
This commit is contained in:
committed by
Peter Johnson
parent
761933a164
commit
f774e47c80
@@ -144,6 +144,15 @@
|
||||
"foldername": "GyroMecanum",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "HID Rumble",
|
||||
"description": "An example program showing how to make human interface devices rumble.",
|
||||
"tags": [
|
||||
"Joystick"
|
||||
],
|
||||
"foldername": "HidRumble",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "PotentiometerPID",
|
||||
"description": "An example to demonstrate the use of a potentiometer and PID control to reach elevator position setpoints.",
|
||||
|
||||
Reference in New Issue
Block a user