From fa1dd00965f3261dfb2dda05f5f24472a3807cce Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Tue, 2 Jul 2024 15:35:10 -0700 Subject: [PATCH] updated the comments in the main.c filei. --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 1ce7859..acc1f3e 100644 --- a/main.c +++ b/main.c @@ -46,14 +46,14 @@ int main(int argc, char **argv) TriacOut_PulsePins(GatePulses[i]); } - //Thes G1-G3 pins are low at this point. + //The G1-G3 pins are low at this point. _delay_ms(2500); ZCD_Poll(); TriacOut_SetupPins(); TriacOut_SetAllHigh(); Load_HandlePinLoads(void); while(true){ - ; //Do nothing until new Power/reset occurs + ; //Do nothing until new Power cycle/reset occurs } } }