neopixel_f103_mvp/App/LedBuffers.c
2018-12-16 17:56:48 +01:00

13 lines
183 B
C

/*
* LedBuffers.c
*
* Created on: Dec 16, 2018
* Author: abody
*/
#include "LedBuffers.h"
Pixel_t g_pixels[NUMPIXELS];
uint8_t g_ledBits[sizeof(g_pixels) * 8 / 2 + 1];