If you are the original author, please access your User Control Panel and update it.
my robot is using the picaxe18 power board from sparkfun.com. he turns both ways and decides which way is better to go and goes that way here is my code: symbol dangerlevel= 84 Main: readadc 0,b0 if b0<dangerlevel then low 4: high 5: low 6: high 7 goto main else label_1: readadc 0,b0 end if high 4: low 5: high 6: low 7 if b0>75 then goto label_1 else low 4: high 5: high 6: low 7 pause 500 readadc 0, b0 high 4:low 5: low 6: high 7 pause 1000 readadc ...
This is a companion discussion topic for the original entry at https://community.robotshop.com/index.php/robots/show/my-first-robot-8