mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Variable name change
This commit is contained in:
parent
3ec24179bc
commit
57ef72d403
@ -7,8 +7,8 @@ Pneumatics::Pneumatics() : Subsystem("Pneumatics"){
|
||||
}
|
||||
void Pneumatics::InitDefaultCommand(){
|
||||
}
|
||||
void Pneumatics::SetOpen(bool k){
|
||||
if(k){
|
||||
void Pneumatics::SetOpen(bool state){
|
||||
if(state){
|
||||
solenoid1->Set(true);
|
||||
solenoid2->Set(false);
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user