mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[commands, documentation] Remove controller replaceme commands (#7053)
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
class ReplaceMeCommand2
|
||||
: public frc2::CommandHelper<frc2::Command, ReplaceMeCommand2> {
|
||||
public:
|
||||
/* You should consider using the more terse Command factories API instead
|
||||
* https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands
|
||||
*/
|
||||
ReplaceMeCommand2();
|
||||
|
||||
void Initialize() override;
|
||||
|
||||
Reference in New Issue
Block a user