FastLED 3.9.15
Loading...
Searching...
No Matches
Pintest.ino
Go to the documentation of this file.
1// @filter: ((platform is avr) and not (board is attiny*) and not (board is atmega8*)) or (platform is teensy)
2
6
7// FastLED.h must be included first to trigger precompiled headers for FastLED's build system
8#include "FastLED.h"
9
10#include "Pintest.h"