From ec1e4957e54e5587957a64a9686a334084c5a25d Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 20 Sep 2024 18:25:42 -0700 Subject: [PATCH] Added call to set the EN pins to high after the 2.5s delay. --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 743132c..b7cc1a7 100644 --- a/src/main.c +++ b/src/main.c @@ -48,6 +48,7 @@ int main(int argc, char **argv) //The G1 pin is low at this point. _delay_ms(2500); + Enable_SetPinsHigh(); ZCD_Poll(); while(true){