Blinking 15 LED's randomly.
in Pbasic I could do something like OUTS=!random or OUTS=%110111110010010 is there an equivalent in Spin? I'd appreciate any suggestions for some reason I thought the !outa command would do this but I can't find any synttax of this command that will do this.
thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DGSwaner
"When in doubt, use C4" - Jamie Hyneman, Myth Buster
thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DGSwaner
"When in doubt, use C4" - Jamie Hyneman, Myth Buster

Comments
PUB Start | temp dira[noparse][[/noparse]14..0]~~ repeat waitcnt(clkfreq/10+cnt) outa[noparse][[/noparse]14..0] := ?tempPost Edited (BEEP) : 10/30/2008 9:19:29 AM GMT