Still having ACE problems
Miscue,
Thanks for the timer help, and I like your bucket analogy that's a good way to explain it.
can you help me a bit more with the ACE?
I had tried this a few days ago but it didn't seem to work:
sbis PINB, ACE ; See if ACE is ready (ACE=6)
rjmp ACE_Ready ; If ace is ready do the code
I noticed at the bottom of the timer code you had this exact same thing but you jumped to resetACE. How exactly does that work do i have to continuously be resetting the line to a low and a high means that it saw something since the last time i reset it?
I figured there must be a little more to it then just what I had because if it was just a matter of sensing a ball or not sensing a ball how could the difference be between ACE-1 and ACE-2. Could you please elaborate on that too? thanks.
Miscue,
Thanks for the timer help, and I like your bucket analogy that's a good way to explain it.
can you help me a bit more with the ACE?
I had tried this a few days ago but it didn't seem to work:
sbis PINB, ACE ; See if ACE is ready (ACE=6)
rjmp ACE_Ready ; If ace is ready do the code
I noticed at the bottom of the timer code you had this exact same thing but you jumped to resetACE. How exactly does that work do i have to continuously be resetting the line to a low and a high means that it saw something since the last time i reset it?
I figured there must be a little more to it then just what I had because if it was just a matter of sensing a ball or not sensing a ball how could the difference be between ACE-1 and ACE-2. Could you please elaborate on that too? thanks.


You'll probably slap yourself when you discover what the problem is.
Comment