Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '' Demonstrates the SoundPAL spin object.
- CON
- _clkmode = xtal1 + pll16x
- _xinfreq = 5_000_000
- OBJ
- sp : "SoundPAL"
- PUB start
- sp.start(21)
- repeat 2
- sp.sendstr(string("=", sp#play, sp#dixie, sp#EOF, "!"))
- sp.waitdone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement