Added call to set the EN pins to high after the 2.5s delay.
This commit is contained in:
parent
ecb306a7ec
commit
ec1e4957e5
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue