From 5d1d43c5a948aeddd02884f80ae68a5bb725d337 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 2 Dec 2017 13:21:51 +0000 Subject: [PATCH] Upgrade FastSPI_LED2.h to FastLED.h --- AntsMode.h | 2 +- CalibrateMode.h | 2 +- EiffelMode.h | 2 +- IceCrystalsMode.h | 2 +- MashedPixels.ino | 2 +- MathieuMode.h | 2 +- RedWaveMode.h | 2 +- TraditionalMode.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/AntsMode.h b/AntsMode.h index ecc2a6c..cd98282 100644 --- a/AntsMode.h +++ b/AntsMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" #define ANTS_COUNT 8 struct ant_data{ diff --git a/CalibrateMode.h b/CalibrateMode.h index 37c80ea..c1066e7 100644 --- a/CalibrateMode.h +++ b/CalibrateMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" class CalibrateMode{ private: diff --git a/EiffelMode.h b/EiffelMode.h index 6dc5ffe..bc650ba 100644 --- a/EiffelMode.h +++ b/EiffelMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" class EiffelMode { diff --git a/IceCrystalsMode.h b/IceCrystalsMode.h index e6da04b..ecc97aa 100644 --- a/IceCrystalsMode.h +++ b/IceCrystalsMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" #define ICE_COUNT 10 diff --git a/MashedPixels.ino b/MashedPixels.ino index 2842142..5912eca 100644 --- a/MashedPixels.ino +++ b/MashedPixels.ino @@ -1,4 +1,4 @@ -#include "FastSPI_LED2.h" +#include "FastLED.h" #include #include diff --git a/MathieuMode.h b/MathieuMode.h index 43b1d16..787c43c 100644 --- a/MathieuMode.h +++ b/MathieuMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" class MathieuMode { diff --git a/RedWaveMode.h b/RedWaveMode.h index c8d9fea..d6dac1e 100644 --- a/RedWaveMode.h +++ b/RedWaveMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" class RedWaveMode { diff --git a/TraditionalMode.h b/TraditionalMode.h index bbb111a..180b3af 100644 --- a/TraditionalMode.h +++ b/TraditionalMode.h @@ -1,5 +1,5 @@ #include -#include "FastSPI_LED2.h" +#include "FastLED.h" class TraditionalMode{ private: