![]() |
thinkingSkins - Moss fasace
Version 1.0
|
#include <Adafruit_NeoPixel.h>
Macros | |
#define | PIN 6 |
Functions | |
void | setup () |
void | loop () |
void | colorWipe (uint32_t c, uint8_t wait) |
void | rainbow (uint8_t wait) |
void | rainbowCycle (uint8_t wait) |
void | theaterChase (uint32_t c, uint8_t wait) |
void | theaterChaseRainbow (uint8_t wait) |
uint32_t | Wheel (byte WheelPos) |
Variables | |
Adafruit_NeoPixel | strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800) |
#define PIN 6 |
void colorWipe | ( | uint32_t | c, |
uint8_t | wait | ||
) |
void loop | ( | ) |
void rainbow | ( | uint8_t | wait | ) |
void rainbowCycle | ( | uint8_t | wait | ) |
void setup | ( | ) |
void theaterChase | ( | uint32_t | c, |
uint8_t | wait | ||
) |
void theaterChaseRainbow | ( | uint8_t | wait | ) |
uint32_t Wheel | ( | byte | WheelPos | ) |
Adafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800) |