updated the comments in the main.c filei.
This commit is contained in:
parent
90a27d93d3
commit
fa1dd00965
4
main.c
4
main.c
|
@ -46,14 +46,14 @@ int main(int argc, char **argv)
|
||||||
TriacOut_PulsePins(GatePulses[i]);
|
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);
|
_delay_ms(2500);
|
||||||
ZCD_Poll();
|
ZCD_Poll();
|
||||||
TriacOut_SetupPins();
|
TriacOut_SetupPins();
|
||||||
TriacOut_SetAllHigh();
|
TriacOut_SetAllHigh();
|
||||||
Load_HandlePinLoads(void);
|
Load_HandlePinLoads(void);
|
||||||
while(true){
|
while(true){
|
||||||
; //Do nothing until new Power/reset occurs
|
; //Do nothing until new Power cycle/reset occurs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue