again: 'beginning of the function pulsout 0,150 '0, and 1 are the i/o pins on the 'stamp which the motors are on. pulsout 1, 150 '150 is the ms pulse sent to the motors. 'adjust accordingly. pause 15 'waits a tiny bit.. goto again 'begins the fuction again (creates a loop)