Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
Public Member Functions | List of all members
BlinkPixel Class Reference

blink a Neopixel. More...

#include <Noiasca_neopixel.h>

Inheritance diagram for BlinkPixel:
Blink< NeoPixel >

Public Member Functions

 BlinkPixel (Adafruit_NeoPixel &strip, byte pixel)
 

Detailed Description

blink a Neopixel.

wrapper to blink a Neopixel. Inherits "style" class and composites NeoPixel

Constructor & Destructor Documentation

◆ BlinkPixel()

BlinkPixel::BlinkPixel ( Adafruit_NeoPixel &  strip,
byte  pixel 
)
inline
Parameters
stripa reference to your strip object
pixelthe pixel on the strip to be used