Trammell Hudson writes: The Adafruit GEMMA has three available digital I/O pins, but thanks to the technique of Charlieplexing you can drive up to six LEDs with those pins, one at a time. In general, charlieplexing allows n tri-state pins to control n^2-n LEDs. My example Arduino sketch in github/charlieplex...