mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[commands] Update Command documentation (NFC) (#3881)
Add reference to which VendorDep the class is included in. Add missing OldCommands C++ Documentation (copied from Java).
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
|
||||
namespace frc {
|
||||
|
||||
/**
|
||||
* This Button is intended to be used within a program. The programmer can
|
||||
* manually set its value. Also includes a setting for whether or not it should
|
||||
* invert its value.
|
||||
*
|
||||
* This class is provided by the OldCommands VendorDep
|
||||
*/
|
||||
class InternalButton : public Button {
|
||||
public:
|
||||
InternalButton() = default;
|
||||
|
||||
Reference in New Issue
Block a user