Author |
Message |
Topic: CCS compiler Code |
goizb0307
Replies: 4
Views: 8035
|
Forum: General CCS C Discussion Posted: Fri Jul 03, 2015 9:05 am Subject: CCS compiler Code |
1) it uses a near obsolete PIC the 877.....
2) there is no MAIN() program....
3) several libraries are included but not used...
4) the PIC will run at the max speed and the ADC is set for 10 ... |
Topic: CCS compiler Code |
goizb0307
Replies: 4
Views: 8035
|
Forum: General CCS C Discussion Posted: Fri Jul 03, 2015 3:26 am Subject: CCS compiler Code |
Can anyone roughly explain about the coding below to me a. Use PIC16F877A. Thanks in advance.
#include <16F877A.h>
#device adc=10
#use delay(clock=20000000)
#define XTAL_FREQ ... |
|