Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 488 → Rev 489

/programy/C/PIC_C/test/PIC16F88/blik/blik.BAK
4,6 → 4,8
void main()
{
 
int i;
 
setup_adc_ports(NO_ANALOGS|VSS_VDD); // parametry
setup_adc(ADC_OFF);
setup_spi(FALSE);
16,18 → 18,27
 
while(true) // nekonecny cyklus
{
output_high(PIN_B0); // nastav B0 na 1
output_high(PIN_A4); // nastav B0 na 1
Delay_ms(50); // pockej 50ms
output_high(PIN_B1); // nastav B0 na 1
Delay_ms(50); // pockej 50ms
output_high(PIN_B2); // nastav B0 na 1
Delay_ms(700); // pockej 700ms
output_low(PIN_B0); //nastav B0 na 0
 
for(i=0;i<=100;i++)
{
 
Output_high(PIN_A2);
Delay_ms(1);
Output_low(PIN_A2);
Delay_ms(1);
}
 
output_low(PIN_A4); //nastav B0 na 0
Delay_ms(50); // pockej 50ms
output_low(PIN_B1); //nastav B0 na 0
Delay_ms(50); // pockej 50ms
output_low(PIN_B2); //nastav B0 na 0
Delay_ms(50); // pockej 50ms
} // opakuj cyklus
} // opakuj cyklus
 
}
/programy/C/PIC_C/test/PIC16F88/blik/blik.cof
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programy/C/PIC_C/test/PIC16F88/blik/blik.lst
1,4 → 1,4
CCS PCM C Compiler, Version 3.245, 27853 23-III-08 21:04
CCS PCM C Compiler, Version 3.245, 27853 24-III-08 00:27
 
Filename: D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.lst
 
141,7 → 141,7
004F: BTFSS 03.0
0050: GOTO 067
.................... {
....................
....................
.................... Output_high(PIN_A2);
0051: BSF 03.5
0052: BCF 05.2