thinkingSkins - Moss fasace  Version 1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
strandtest.ino File Reference

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)
 

Macro Definition Documentation

#define PIN   6

Function Documentation

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)

Variable Documentation