|
|
|
@ -1,31 +1,3 @@
|
|
|
|
|
#include <controller.h>
|
|
|
|
|
#include <noise.h>
|
|
|
|
|
#include <lib8tion.h>
|
|
|
|
|
#include <colorutils.h>
|
|
|
|
|
#include <fastspi.h>
|
|
|
|
|
#include <colorpalettes.h>
|
|
|
|
|
#include <fastled_progmem.h>
|
|
|
|
|
#include <fastspi_dma.h>
|
|
|
|
|
#include <dmx.h>
|
|
|
|
|
#include <pixeltypes.h>
|
|
|
|
|
#include <cpp_compat.h>
|
|
|
|
|
#include <led_sysdefs.h>
|
|
|
|
|
#include <platforms.h>
|
|
|
|
|
#include <hsv2rgb.h>
|
|
|
|
|
#include <fastled_delay.h>
|
|
|
|
|
#include <pixelset.h>
|
|
|
|
|
#include <fastspi_ref.h>
|
|
|
|
|
#include <color.h>
|
|
|
|
|
#include <FastLED.h>
|
|
|
|
|
#include <chipsets.h>
|
|
|
|
|
#include <fastspi_types.h>
|
|
|
|
|
#include <fastspi_bitbang.h>
|
|
|
|
|
#include <fastled_config.h>
|
|
|
|
|
#include <fastpin.h>
|
|
|
|
|
#include <bitswap.h>
|
|
|
|
|
#include <power_mgt.h>
|
|
|
|
|
#include <fastspi_nop.h>
|
|
|
|
|
|
|
|
|
|
int timeInterval = 0;
|
|
|
|
|
int analogPin = 5;
|
|
|
|
|
int drips = 0;
|
|
|
|
|