FastLED NeoPixel v1.0.3
Loading...
Searching...
No Matches
Strandtest.ino File Reference

A basic strip test program. More...

#include <FastLED_NeoPixel.h>

Macros

#define DATA_PIN   6
 
#define NUM_LEDS   60
 
#define BRIGHTNESS   50
 

Functions

void setup ()
 
void loop ()
 
void colorWipe (uint32_t color, unsigned long wait)
 
void theaterChase (uint32_t color, unsigned long wait, unsigned int groupSize, unsigned int numChases)
 
void rainbow (unsigned long wait, unsigned int numLoops)
 
void blank (unsigned long wait)
 

Variables

FastLED_NeoPixel< NUM_LEDS, DATA_PIN, NEO_GRBstrip
 

Detailed Description

A basic strip test program.