Just some quick utilities I threw together to test my PiDP-11 kit (similar to what I did for my PiDP-8). Check out my construction time-lapse video here!
Sometimes during my testing I've had random LEDs get stuck on. This simple Python script turns OFF all of the LEDs.
Counterpart to LEDS-OFF, this simple Python script turns ON all of the LEDs.
After initially creating LEDS-OFF and LEDS-ON, it made sense to combine them into a single script with a command-line switch to determine if the LEDs should be turned on or off.