I've been looking for a way to control my output pins. I'm pretty sure that it should be possible with a binary number, I just can't seem to find anything useful on the Web...
Here's the idea:
I have pin 2-13 as outputs, and 4 analogs as "gnd".
I've made a 4x4 rgb matrix. As it is running now it's lighting one "room" at a time, using delayMicroseconds. but if I could make a system that would control all outputs at once, I could light one row at a time, saving time, giving me more brightness. Now I would like to have a 12 digit binary number,
000000000000: all pins off.
000000000010: second output pin on (pin 3 in my case)
Can anyone help?
Thanks in advance.