pitrix/include/my_fastled.h

13 lines
170 B
C
Raw Permalink Normal View History

2019-05-28 19:19:35 +00:00
#ifndef my_fastled_H
#define my_fastled_H
#define FASTLED_INTERNAL
2019-05-28 19:19:35 +00:00
#include <FastLED.h>
#include "config.h"
extern CRGB leds[LED_COUNT];
void fastled_setup();
#endif