STM32CubeIDE conversion
This commit is contained in:
parent
48883e6e3d
commit
6db62d5607
89 changed files with 54760 additions and 43267 deletions
|
@ -11,16 +11,7 @@
|
|||
#include "Config.h"
|
||||
#include "Pixel.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern Pixel_t g_pixels[NUMPIXELS];
|
||||
uint8_t g_ledBits[sizeof(g_pixels) * 8 / 2 + 1];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
extern uint8_t g_ledBits[sizeof(g_pixels) * 8 / 2 + 1];
|
||||
|
||||
#endif /* LEDBUFFERS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue