pitrix/include/my_fastled.h

12 lines
145 B
C
Raw Normal View History

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