Added a call to set the TriacPins high in main.

This commit is contained in:
jakeg00dwin 2024-08-14 13:10:55 -07:00
parent 5405e4b8b6
commit c4ffb855e0
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ int main(int argc, char **argv)
_delay_ms(2500); _delay_ms(2500);
ZCD_Poll(); ZCD_Poll();
TriacOut_SetupPins(); TriacOut_SetupPins();
TriacOut_SetAllHigh();
//Constantly ensure the loads are in a valid range. //Constantly ensure the loads are in a valid range.
while(true){ while(true){