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