Author |
Message |
Topic: hey everyone, if you can help me to correct my errors |
stephy
Replies: 9
Views: 10994
|
Forum: General CCS C Discussion Posted: Thu Sep 26, 2013 11:29 am Subject: hey |
for (n=0;n<3;n++) that's about the variable n
but I didn't understand what about the isr, I know that the isr is for the interruption |
Topic: hey everyone, if you can help me to correct my errors |
stephy
Replies: 9
Views: 10994
|
Forum: General CCS C Discussion Posted: Thu Sep 26, 2013 9:01 am Subject: hey everyone, if you can help me to correct my errors |
hey, thank you john but how can i define my variables n and x,y |
Topic: hey everyone, if you can help me to correct my errors |
stephy
Replies: 9
Views: 10994
|
Forum: General CCS C Discussion Posted: Thu Sep 26, 2013 8:07 am Subject: hey everyone, if you can help me to correct my errors |
and spatially how do I define the variables n, i, x, y.
Thanks in advance |
Topic: hey everyone, if you can help me to correct my errors |
stephy
Replies: 9
Views: 10994
|
Forum: General CCS C Discussion Posted: Thu Sep 26, 2013 7:37 am Subject: hey everyone, if you can help me to correct my errors |
#include "16F873A.h"
#device ADC=8
#use delay(clock=4000000)
#fuses XT,NOWDT
#use rs232(baud=9600, xmit=PIN_C6,rcv=PIN_C7,bits=8,stream=data)
#int_ext // Interrupt name , External inter ... |
|