Added some debugging support
This commit is contained in:
parent
6db62d5607
commit
4d63ceced3
7 changed files with 172 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "LedBuffers.h"
|
||||
|
||||
Pixel_t g_pixels[NUMPIXELS];
|
||||
uint8_t g_ledBits[sizeof(g_pixels) * 8 / 2 + 1];
|
||||
uint8_t g_spibuffer[sizeof(g_pixels) * 8 / 2 + 1];
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue