White noise program
radar53
Posts: 1
Has anyone created a White Noise program for the basic stamp? Any help would be appreciated
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
' {$STAMP BS2}
i VAR Byte
start:
FOR i=0 TO 255
DEBUG DEC i,CR
PWM 8,i,1
NEXT
GOTO start
some values of i are better than others.
David
http://forums.parallax.com/showthread.php?p=681424
Might end up investing in a SSG01 Soundgin co-processor.