shutdown bridge when inverter is stopped
This commit is contained in:
@ -86,6 +86,7 @@ void inverterExec() {
|
||||
if (running) {
|
||||
// stop
|
||||
TA0CTL = MC_0;
|
||||
P2OUT &= ~BIT1;
|
||||
running = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user