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