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-12-09 09:35:32 +0300
committerMark Kriegsman <kriegsman@tr.org>2014-12-09 09:35:32 +0300
commitf97e22c5915948d5bfd14a95f5bf804ac0e1ce77 (patch)
treebfe28ae27d621981661ed4cbcf31cf16aed96162 /lib8tion.cpp
parent4d9c0c60d09e5e9256f8a16bbb62ed5bea295a85 (diff)
Added EVERY_N_SECONDS and several variations. Some of it is preprocessor macros instead of templates because of C++03 template rules (which have subsequently been relaxed in C++11).
Diffstat (limited to 'lib8tion.cpp')
-rw-r--r--lib8tion.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib8tion.cpp b/lib8tion.cpp
index 557fa005..84bcafdb 100644
--- a/lib8tion.cpp
+++ b/lib8tion.cpp
@@ -121,6 +121,9 @@ void * memmove8 ( void * dst, void* src, uint16_t num )
#endif /* AVR */
+
+
+
#if 0
// TEST / VERIFICATION CODE ONLY BELOW THIS POINT
#include <Arduino.h>