diff --git a/AntsMode.h b/AntsMode.h index ecc2a6c..4adf3e6 100644 --- a/AntsMode.h +++ b/AntsMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include #define ANTS_COUNT 8 struct ant_data{ diff --git a/CalibrateMode.h b/CalibrateMode.h index 37c80ea..e9e1f09 100644 --- a/CalibrateMode.h +++ b/CalibrateMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include class CalibrateMode{ private: diff --git a/EiffelMode.h b/EiffelMode.h index 6dc5ffe..df6832f 100644 --- a/EiffelMode.h +++ b/EiffelMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include class EiffelMode { diff --git a/IceCrystalsMode.h b/IceCrystalsMode.h index e6da04b..8d91eeb 100644 --- a/IceCrystalsMode.h +++ b/IceCrystalsMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include #define ICE_COUNT 10 diff --git a/MashedPixels.ino b/MashedPixels.ino index 2842142..437a0b9 100644 --- a/MashedPixels.ino +++ b/MashedPixels.ino @@ -1,4 +1,4 @@ -#include "FastSPI_LED2.h" +#include #include #include @@ -144,11 +144,11 @@ void setup(){ // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); - FastLED.addLeds(leds, NUM_LEDS); + // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); - // FastLED.addLeds(leds, NUM_LEDS); + FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); // FastLED.addLeds(leds, NUM_LEDS); diff --git a/MathieuMode.h b/MathieuMode.h index 43b1d16..ef8c42a 100644 --- a/MathieuMode.h +++ b/MathieuMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include class MathieuMode { diff --git a/RedWaveMode.h b/RedWaveMode.h index c8d9fea..020a5f8 100644 --- a/RedWaveMode.h +++ b/RedWaveMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include class RedWaveMode { diff --git a/TraditionalMode.h b/TraditionalMode.h index bbb111a..966914f 100644 --- a/TraditionalMode.h +++ b/TraditionalMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include class TraditionalMode{ private: