' Robotics with the Boe-Bot - ServosP13CcwP12Cw.bs2 ' Run the servo connected to P13 at full speed counterclockwise ' and the servo connected to P12 at full speed clockwise. ' {$STAMP BS2} ' {$PBASIC 2.5} DEBUG "Program Running!" DO PULSOUT 13, 850 PULSOUT 12, 650 PAUSE 20 LOOP