revert last modification
This commit is contained in:
parent
24477d0045
commit
8b69e65438
@ -60,14 +60,11 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
SwitchPort2 switch1;
|
SwitchPort2 switch1 = SwitchPort2(BIT0);
|
||||||
SwitchPort2 switch2;
|
SwitchPort2 switch2 = SwitchPort2(BIT1);
|
||||||
SwitchPort2 switch3;
|
SwitchPort2 switch3 = SwitchPort2(BIT2);
|
||||||
|
|
||||||
void hmiInit() {
|
void hmiInit() {
|
||||||
switch1 = SwitchPort2(BIT0);
|
|
||||||
switch2 = SwitchPort2(BIT1);
|
|
||||||
switch3 = SwitchPort2(BIT2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void hmiExec() {
|
void hmiExec() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user