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-11-24 23:13:09 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-24 23:13:09 +0300
commit832c1bcdecb41b00a8897f364a244aad96a5dc2f (patch)
tree08aa38fde65a244bd3d7d5b2c517cac5afa56945 /fastled_config.h
parentc2f9d3159ae858e6ca2af118cb3666f9a05d560f (diff)
Prefix config defines with FASTLED_ to make sure we don't conflict with anything else.
Diffstat (limited to 'fastled_config.h')
-rw-r--r--fastled_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fastled_config.h b/fastled_config.h
index e085f61a..d7a0a8d9 100644
--- a/fastled_config.h
+++ b/fastled_config.h
@@ -4,11 +4,11 @@
// Use this option only for debugging pin access and forcing software pin access. Note that
// software pin access only works in Arduino based environments. Forces use of digitalWrite
// methods for pin access vs. direct hardware port access
-// #define FORCE_SOFTWARE_PINS
+// #define FASTLED_FORCE_SOFTWARE_PINS
// Use this option only for debugging bitbang'd spi access or to work around bugs in hardware
// spi access. Forces use of bit-banged spi, even on pins that has hardware SPI available.
-// #define FORCE_SOFTWARE_SPI
+// #define FASTLED_FORCE_SOFTWARE_SPI
// Use this to force FastLED to allow interrupts in the clockless chipsets (or to force it to
// disallow), overriding the default on platforms that support this. Set the value to 1 to