#include <FastLED.h>
#define REDPIN 5
#define GREENPIN 6
#define BLUEPIN 3
{
}
{
}
{
}
}
void showAnalogRGB(const CRGB &rgb)
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
void pinMode(int pin, PinMode mode)
Set pin mode (input, output, pull-up, pull-down)
@ Green
<div style='background:#008000;width:4em;height:4em;'></div>
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>