Copyright © Parallax Inc.
Page 3 of 5
BASIC Stamp HomeWork Board
' {$STAMP BS2}
' {$PBASIC 2.5}
DO
IF IN0 = 1 THEN ' If loud sound
DEBUG "Sound detected!", CR
PAUSE 100
' Wait 1/10 second
ENDIF
LOOP
Note:
When this program is run, the BASIC Stamp Debug Terminal will automatically open.