'CS257 Lesson 3:Working with LED's and the Basic Stamp 'This makes the LED attached to PIN 13 blink ' {$PBASIC 2.5} ' {$STAMP BS2} DEBUG "Running..." DO LOW 13 PAUSE 1000 HIGH 13 PAUSE 500 LOOP