neopixel_f103_mvp/App/LedBuffers.cpp
2020-12-02 00:11:20 +01:00

11 lines
172 B
C++

/*
* LedBuffers.c
*
* Created on: Dec 16, 2018
* Author: abody
*/
#include "LedBuffers.h"
pixel_t g_pixels[NUMPIXELS];
uint8_t g_spibuffer[2][SPIBUFFER_SIZE];