mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[commands] Add idle command (#5555)
This commit is contained in:
@@ -31,6 +31,14 @@ namespace cmd {
|
||||
[[nodiscard]]
|
||||
CommandPtr None();
|
||||
|
||||
/**
|
||||
* Constructs a command that does nothing until interrupted.
|
||||
*
|
||||
* @return the command
|
||||
*/
|
||||
[[nodiscard]]
|
||||
CommandPtr Idle();
|
||||
|
||||
// Action Commands
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user