|
RIT VEXU Core API
|
#include <basic_command.h>
Public Member Functions | |
| BasicSolenoidSet (vex::pneumatics &solenoid, bool setting) | |
| Construct a new BasicSolenoidSet Command. | |
| bool | run () override |
| Runs the BasicSolenoidSet Overrides run command from AutoCommand. | |
AutoCommand wrapper class for BasicSolenoidSet Using the Vex hardware functions
| BasicSolenoidSet::BasicSolenoidSet | ( | vex::pneumatics & | solenoid, |
| bool | setting ) |
Construct a new BasicSolenoidSet Command.
| solenoid | Solenoid being set |
| setting | Setting of the solenoid in boolean (true,false) |
|
override |
Runs the BasicSolenoidSet Overrides run command from AutoCommand.