Added some debugging support

This commit is contained in:
Attila Body 2020-12-01 10:52:17 +01:00
parent 6db62d5607
commit 4d63ceced3
7 changed files with 172 additions and 11 deletions

View file

@ -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];