C++ examples no longer use deprecated APIs (#703)

This commit is contained in:
Tyler Veness
2017-11-05 19:39:47 -08:00
committed by Peter Johnson
parent c24e755409
commit faf134a674
6 changed files with 20 additions and 19 deletions

View File

@@ -184,7 +184,7 @@
</example>
<example>
<name>Arcade Drive</name>
<description>An example program which demonstrates the use of Arcade Drive with the RobotDrive class</description>
<description>An example program which demonstrates the use of Arcade Drive with the DifferentialDrive class</description>
<tags>
<tag>Getting Started with C++</tag>
<tag>Robot and Motor</tag>
@@ -200,7 +200,7 @@
</example>
<example>
<name>Mecanum Drive</name>
<description>An example program which demonstrates the use of Mecanum Drive with the RobotDrive class</description>
<description>An example program which demonstrates the use of Mecanum Drive with the MecanumDrive class</description>
<tags>
<tag>Getting Started with C++</tag>
<tag>Robot and Motor</tag>