LED-cube

LED-cube code.

  • LEDUDPClient (SharpLights is most up to date version of the C# code) sends data via UDP to the Raspberry Pi to output to the Teensy via USB.

  • Raspberry Pi is running:

netcat -dkl 7777 -u > /dev/ttyACM0 &

  • TeensyUSBReader runs on the controller. It reads from USB, writes to LEDs.

** Notes **