shiftbrite controlled with BS2
MR SPARKY
Posts: 23
I am interested in using shiftbrite leds. I was wondering if anyone knew how to control them with a BS2IC. I will have multiple leds hooked up.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I light up·everyones life!!!!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I light up·everyones life!!!!!
Comments
Do a search of the Parallax website for StampWorks Manual and you'll find a link for downloading the manual.
The Stamp Manual is available for download too. Go to the main Parallax webpage and click on the "Resources" tab, then the "Downloads and Press" link, then the "Stamp Documentation" link.
http://docs.macetech.com/doku.php/shiftbrite
there is a sample program for use with arduino. Arduino is a little different from pbasic. im not sure how it converts.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I light up·everyones life!!!!!
The Stamp can easily transfer the 32 bits needed for each controller chip using the SHIFTOUT statement and can even transfer them as groups of 10 bits (plus an extra 2 bits) as shown in the ShiftBrite documentation. Again, look in the Stamp Manual chapter on the SHIFTOUT statement to see.