Skip to content

Instantly share code, notes, and snippets.

#include <Arduino.h>
#include <FastLED.h>
#define LED_PIN 4
#define COLOR_ORDER GRB
#define CHIPSET WS2812B
#define NUM_LEDS 22
#define BRIGHTNESS 255
#include <Arduino.h>
#include <FastLED.h>
#define LED_PIN 4
#define COLOR_ORDER GRB
#define CHIPSET WS2812B
#define NUM_LEDS 22
#define BRIGHTNESS 255
#include <Arduino.h>
#include <FastLED.h>
#define LED_PIN 6
#define COLOR_ORDER GRB
#define CHIPSET WS2812B
#define NUM_LEDS 22
#define SOLID_LEDS 16
#define FLAME_LEDS 6
#include <Arduino.h>
#include "FastLED.h"
#define BRIGHTNESS 150
#define NUM_LEDS 132
#define DELAY 10
#define DATA_PIN 6
int gHue = 20;
#include "FastLED.h"
/*
* hueTwinkleSwitch
*
* Credits to:
* Mark Kriegsman----Twinkles
* Philip Gonzalez---Switch program
* Chris Bendzel-----All the rest
*