If you are the original author, please access your User Control Panel and update it.
This is a light follower robot that stops in front of objects. Its made from a Microbot from Picaxe. Code: symbol left = b9 symbol right = b7 symbol difference = b4 main: if pinC.6 = 1 then halt A halt B wait 2 endif readadc 7, left readadc 9, right pause 10 pulsout C.2, 2 pulsin C.2, 1, w0 ...
This is a companion discussion topic for the original entry at https://community.robotshop.com/index.php/robots/show/my-first-ever-robot-i-got