/Designs/MRAKOMER4/SW/2zone/irmrak4.c
File deleted
Property changes:
Deleted: svn:keywords
-Id
\ No newline at end of property
/Designs/MRAKOMER4/SW/2zone/irmrak4.hex
File deleted
/Designs/MRAKOMER4/SW/2zone/dbloader.c
File deleted
/Designs/MRAKOMER4/SW/2zone/irmrak4.h
File deleted
/Designs/MRAKOMER4/SW/2zone/smb.c
File deleted
/Designs/MRAKOMER4/SW/2zone/irmrak4.PJT
File deleted
/Designs/MRAKOMER4/SW/setcidla/main.h
1,19 → 1,19
#include <16F877A.h>
#include <16F88.h>
#device adc=8
 
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS //High speed Osc (> 4mhz)
#FUSES NOPUT //No Power Up Timer
#FUSES NOPROTECT //Code not protected from reading
#FUSES NODEBUG //No Debug mode for ICD
#FUSES NOBROWNOUT //No brownout reset
#FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O
#FUSES NOCPD //No EE protection
#FUSES NOWRT //Program memory not write protected
#FUSES NOWDT //Watch Dog Timer
#FUSES INTRC_IO //Internal RC Osc, no CLKOUT
#FUSES PUT //Power Up Timer
#FUSES NOMCLR //Master Clear pin used for I/O
#FUSES NOBROWNOUT //No brownout reset
#FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O
#FUSES NOCPD //No EE protection
#FUSES NOWRT //Program memory not write protected
#FUSES NODEBUG //No Debug mode for ICD
#FUSES NOPROTECT //Code not protected from reading
#FUSES NOFCMEN //Fail-safe clock monitor disabled
#FUSES NOIESO //Internal External Switch Over mode disabled
 
#use delay(clock=20000000) // 14318180)
//#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8) // Pro USART
#use rs232(baud=9600,parity=N,bits=8,xmit=PIN_B7,rcv=PIN_B6) // Pro PICkit2
 
#use i2c(Master,Fast,sda=PIN_C4,scl=PIN_C3,SMBUS)
 
#use delay(clock=4000000)
#use rs232(baud=2400,parity=N,xmit=PIN_B5,rcv=PIN_B2,bits=8)//,FORCE_SW)
#use i2c(MASTER,SLOW,sda=PIN_B1,scl=PIN_B4,SMBUS)
/Designs/MRAKOMER4/SW/setcidla/main.pjt
1,7 → 1,7
[PROJECT]
Target=main.hex
Development_Mode=
Processor_Text=PIC16F88
Processor_Text=PIC16F877
ToolSuite=CCS
Processor=0x688F
[main]
16,7 → 16,7
[Windows]
0=0000 %S 0 0 796 451 3 0
[Opened Files]
1=main.c
1=C:\Dokumenty\MLAB\Designs\MRAKOMER4\SW\setcidla\main.c
2=
3=
[Target Data]
24,4 → 24,4
FileList=C:\Dokumenty\MLAB\Designs\MRAKOMER4\SW\setcidla\main.c
[Units]
Count=1
1=main (main)
1=C:\Dokumenty\MLAB\Designs\MRAKOMER4\SW\setcidla\main.c (main)