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:
authorMark Kriegsman <kriegsman@tr.org>2014-10-22 06:50:17 +0400
committerMark Kriegsman <kriegsman@tr.org>2014-10-22 06:50:17 +0400
commit5e359c9d7cb7b0668f771343085a152e479471f1 (patch)
tree48c48542a153fe7d17cd38892d0f2353598aa118
parentad408b049e7738a01773e735c46527c15565d1a3 (diff)
Add compile-time 'warning' with FastLED version number. Bumped to 2.1.1
-rw-r--r--FastLED.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/FastLED.h b/FastLED.h
index afb117c6..19b1b8b7 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -6,7 +6,10 @@
#define xstr(s) str(s)
#define str(s) #s
-#define FASTLED_VERSION 2001000
+
+#define FASTLED_VERSION 2001001
+#warning FastLED version 2001001 (Not really a warning, just telling you here.)
+
#define __PROG_TYPES_COMPAT__
#ifdef SmartMatrix_h