Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 817 Bytes

File metadata and controls

20 lines (11 loc) · 817 Bytes

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 **