Shop OBEX P1 Docs P2 Docs Learn Events
Freqout... — Parallax Forums

Freqout...

rrrr Posts: 63
edited 2008-04-09 03:33 in BASIC Stamp
Hello,
·
I am using my basic stamp to output some tones through amplified speakers. Everything seems to be working fine, except there is a knocking sound every time the tone changes. I am guessing that this is happening in the brief time period between outputting tones and reading the for/next loop command. Is there a way to change tones without this happening???
·
Attached is the circuit I am using and here is the code...
·
x VAR Word

DO
· FOR x = 100 TO 500· STEP 5
··· FREQOUT 7, 100, x
· NEXT
LOOP

Thanks for the help
rr
524 x 182 - 35K
Sign In or Register to comment.