mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
C++ examples no longer use deprecated APIs (#703)
This commit is contained in:
committed by
Peter Johnson
parent
c24e755409
commit
faf134a674
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user