Add an example showing how to use a hid rumbler (#1394)

This commit is contained in:
Austin Shalit
2018-10-29 15:37:30 -04:00
committed by Peter Johnson
parent 761933a164
commit f774e47c80
5 changed files with 115 additions and 0 deletions

View File

@@ -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.",