[examples] Remove redundant MotorControl example (#4837)

The MotorControlEncoder had the exact same content, with the addition of an encoder. No point in having both examples.
This commit is contained in:
Starlight220
2022-12-26 21:27:20 +02:00
committed by GitHub
parent 1cbebaa2f7
commit 4534e75787
7 changed files with 47 additions and 164 deletions

View File

@@ -1,19 +1,6 @@
[
{
"name": "Motor Controller",
"description": "Demonstrate controlling a single motor with a Joystick.",
"tags": [
"Robot and Motor",
"Actuators",
"Joystick",
"Complete List"
],
"foldername": "MotorControl",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Motor Control With Encoder",
"name": "Motor Control",
"description": "Demonstrate controlling a single motor with a Joystick and displaying the net movement of the motor using an encoder.",
"tags": [
"Robot and Motor",
@@ -23,7 +10,7 @@
"Joystick",
"Complete List"
],
"foldername": "MotorControlEncoder",
"foldername": "MotorControl",
"gradlebase": "cpp",
"commandversion": 2
},