Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Miller <marmilicious@users.noreply.github.com>2021-04-04 05:31:24 +0300
committerMarc Miller <marmilicious@users.noreply.github.com>2021-04-04 05:31:24 +0300
commitf57fca35cec6f1b3552ad8e12e0c491a92ea58e0 (patch)
treed8578925348758de1a9879c6ced803413a705927 /examples/TwinkleFox/TwinkleFox.ino
parentb5874b588ade1d2639925e4e9719fa7d3c9d9e94 (diff)
Some Modernization updates for #1208
As suggested in #1208 this updates: LEDS.[function] to FastLED.[function] Switch from byte to uint8_t Use uint16_t for all LED index variables Remove messages about minimum version
Diffstat (limited to 'examples/TwinkleFox/TwinkleFox.ino')
-rw-r--r--examples/TwinkleFox/TwinkleFox.ino4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/TwinkleFox/TwinkleFox.ino b/examples/TwinkleFox/TwinkleFox.ino
index 4821139b..89af25c5 100644
--- a/examples/TwinkleFox/TwinkleFox.ino
+++ b/examples/TwinkleFox/TwinkleFox.ino
@@ -1,9 +1,5 @@
#include "FastLED.h"
-#if defined(FASTLED_VERSION) && (FASTLED_VERSION < 3001000)
-#warning "Requires FastLED 3.1 or later; check github for latest code."
-#endif
-
#define NUM_LEDS 100
#define LED_TYPE WS2811