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:
authorDaniel Garcia <danielgarcia@gmail.com>2014-04-03 22:28:33 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-04-03 22:28:33 +0400
commit87ab83d13786e42eab9706b419f9db52c360f2d3 (patch)
tree00d38fc95f437160978e667ca75c4f136e6cb40c /FastLED.h
parent20e4e4cd65dec69edd46b40d90c9f0b4c8078014 (diff)
Adding a version #define to FastLED so people can condition on versions.
Diffstat (limited to 'FastLED.h')
-rw-r--r--FastLED.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FastLED.h b/FastLED.h
index 7ce487ca..11d204a9 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -4,6 +4,8 @@
// #define NO_CORRECTION 1
// #define NO_DITHERING 1
+#define FASTLED_VERSION 2001000
+
#include "controller.h"
#include "fastpin.h"
#include "fastspi.h"