hussong1555
Member level 1
I am working on a robot using a PIC16F84A. I need to send a pulse through an I/O port. is there a line command in Embedded C that i could do that or am i just better of doing this:
RA3=1
RA3=0
I also need to run a timer and wait for a response to a different I/O is there a straight forward command for that?
i sort of know how to do these in PBASIC, but i like the versatility of C and would rather code with that.
RA3=1
RA3=0
I also need to run a timer and wait for a response to a different I/O is there a straight forward command for that?
i sort of know how to do these in PBASIC, but i like the versatility of C and would rather code with that.