Yona-Appletree / LEDscape

Beagle Bone Black cape and firmware for driving a large number of WS281x LED strips.
126 stars 58 forks source link

I've refactored the code to be easier to maintain #63

Open gsasha opened 5 years ago

gsasha commented 5 years ago
  1. Formatted the C++ code with clang
  2. Split opc-server.c into functional parts sitting in opc/ directory (that's not done but the majority of it)
  3. Changed the initialization sequence. All of the initialization is done before any threads are started, and therefore, a lot of the locking is no longer needed.