/Designs/ohradnik/SW/887/main.c |
---|
18,18 → 18,18 |
setup_oscillator(OSC_8MHZ); |
output_high(T1); |
output_low(T2); |
output_high(T2); |
delay_ms(1000); |
while(true) |
{ |
output_low(T1); // charge |
delay_ms(2000); |
delay_ms(1000); |
output_high(T1); // charge off |
delay_ms(300); |
output_high(T2); // discharge |
output_low(T2); // discharge |
delay_ms(200); |
output_low(T2); // discharge off |
output_high(T2); // discharge off |
delay_ms(300); |
} |