' Robotics with the Boe-Bot – PulseBothLeds.bs2 ' Send a 0.13 second pulse to P13 and P12 every 2 seconds. ' {$STAMP BS2} ' {$PBASIC 2.5} DEBUG "Program Running!" DO PULSOUT 13, 65000 PULSOUT 12, 65000 PAUSE 2000 LOOP