Added call to set the EN pins to high after the 2.5s delay.

This commit is contained in:
jakeg00dwin 2024-09-20 18:25:42 -07:00
parent ecb306a7ec
commit ec1e4957e5
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ int main(int argc, char **argv)
//The G1 pin is low at this point. //The G1 pin is low at this point.
_delay_ms(2500); _delay_ms(2500);
Enable_SetPinsHigh();
ZCD_Poll(); ZCD_Poll();
while(true){ while(true){