13 lines
170 B
C
13 lines
170 B
C
#ifndef my_fastled_H
|
|
#define my_fastled_H
|
|
|
|
#define FASTLED_INTERNAL
|
|
#include <FastLED.h>
|
|
#include "config.h"
|
|
|
|
extern CRGB leds[LED_COUNT];
|
|
|
|
void fastled_setup();
|
|
|
|
#endif
|