STM32CubeIDE conversion

This commit is contained in:
Attila Body 2020-11-26 00:39:02 +01:00
parent 48883e6e3d
commit 6db62d5607
89 changed files with 54760 additions and 43267 deletions

View file

@ -1,13 +0,0 @@
/*
* 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];