Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 470 → Rev 471

/programy/C/PIC_C/test/PIC16F88/blik/blik.PJT
34,7 → 34,7
[Opened Files]
1=D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.c
2=D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.h
3=
3=C:\Program Files\PICC\devices\16F88.h
4=
5=
[Units]
/programy/C/PIC_C/test/PIC16F88/blik/blik.c
26,12 → 26,13
 
for(i=0;i<=100;i++)
{
Output_high(PIN_A2);
Delay_ms(1);
Output_low(PIN_A2);
Delay_ms(1);
}
 
output_low(PIN_B0); //nastav B0 na 0
Delay_ms(50); // pockej 50ms
output_low(PIN_B1); //nastav B0 na 0
/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 13-I-08 00:59
CCS PCM C Compiler, Version 3.245, 27853 23-III-08 21:04
 
Filename: D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.lst
 
141,6 → 141,7
004F: BTFSS 03.0
0050: GOTO 067
.................... {
....................
.................... Output_high(PIN_A2);
0051: BSF 03.5
0052: BCF 05.2
168,7 → 169,7
.................... }
0065: INCF 21,F
0066: GOTO 04D
....................
....................
.................... output_low(PIN_B0); //nastav B0 na 0
0067: BSF 03.5
0068: BCF 06.0
/programy/C/PIC_C/test/PIC16F88/blik/blik.sta
10,11 → 10,11
 
Lines Stmts % Files
----- ----- --- -----
44 28 100 D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.c
45 28 100 D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.c
19 0 0 D:\KAKLIK\projekty\programy\C\PIC_C\test\PIC16F88\blik\blik.h
279 0 0 C:\Program Files\PICC\devices\16F88.h
----- -----
684 56 Total
686 56 Total
 
Page ROM % RAM Functions:
---- --- --- --- ----------