Author |
Message |
Topic: variable delay |
PIC
Replies: 9
Views: 11981
|
Forum: General CCS C Discussion Posted: Fri Jan 13, 2006 10:51 pm Subject: variable delay |
thank you so much ,I grateful for your help ,it work fine thank you so much again
regards |
Topic: variable delay |
PIC
Replies: 9
Views: 11981
|
Forum: General CCS C Discussion Posted: Fri Jan 13, 2006 8:28 pm Subject: variable delay |
this is sample from my program
#include <16F877A.H>
#fuses HS,NOWDT,NOPROTECT, PUT, BROWNOUT, NOLVP
#USE DELAY( CLOCK=20000000 )
#use rs232(baud=115200, xmit=PIN_C6, rcv=PIN_C7, ... |
Topic: variable delay |
PIC
Replies: 9
Views: 11981
|
Forum: General CCS C Discussion Posted: Fri Jan 13, 2006 8:49 am Subject: variable delay |
I will give u full description of my compiler:CCS PCM C compiler version 3.181
as I said when I put value=A+50000 they give wrong result which mean I use variable A for the value when I use value ... |
|