QUOTE(Lyrics @ Aug 3 2008, 03:17 PM)

Rapid Fire DiagramRapidOff:
do
if pin2 = 0 then pause1
loop while pin2 = 0
goto RapidOff
Pause1:
pause 1000
goto RapidOn
RapidOn:
do
high 1
low 4
pause 75
high 4
low 1
pause 70
b0=b0 and %00000000
let dirs=b0
readadc 4, b0
loop while b0 < 30
goto RapidOn
END
-------------------------------------------------
Could someone please test this code... Or tell me whats wrong...
If you read this and have an idea please reply thanks so much!
I can tell you exactly whats wrong........that code is set up for the tut I posted. From what I saw with your diagram, you're mssing alot of stuff. Plus the code you posted is missing parts of it. Once it's switched on it'll go into RF once the button you're using is pushed, but according to this code there is no way to turn off the code unless you turn of the controller. I'm not trying to toot my own horn but my tut works and there have quite a few sucessfull RF mods thanks to it.