30#ifndef LIGHT_CONTROL_HPP__
31#define LIGHT_CONTROL_HPP__
43#define LIGHT_STRIP_PIN 12
47#define LIGHT_SKULL_PIN 11
50#define LIGHT_STRIP_SIZE 27
52#define LIGHT_SKULL_SIZE 7
56#define LIGHT_UPDATE_RATE 20
60#define LIGHT_FADE_RATE 2
64#define SAMPLE_UPDATE_RATE 30
void lightModeMusicUpdate()
Update function for the music mode.
void lightInit()
Initialize the LEDs.
void lightUpdate()
Update function for the lighting.
void lightOn()
Turn on the lighting.
void lightModeKomodoUpdate()
Update function for the komodo mode.
void lightToggle()
Toggle the lighting.
void lightModeCandleUpdate()
Update function for the candle mode.
void lightModePulseUpdate()
Update function for the pulse mode.
void lightModeColorUpdate()
Update function for the color mode.
void lightOff()
Turn off the lighting.
void lightModeRainbowUpdate()
Update function for the rainbow mode.