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>2016-01-19 00:52:51 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2016-01-19 00:52:51 +0300
commitd8509265e90c402eafff08a7c6bedee0d186df50 (patch)
tree67a4d6e2894c180748d33bd9aa5968cf937a67e2
parent1c76daaa8c18ed161c1d34f4c095ed2789c33fbd (diff)
Yank out some debug code that shouldn't have gotten checked in in the first place.
-rw-r--r--pixelset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pixelset.h b/pixelset.h
index a74383fb..345b6071 100644
--- a/pixelset.h
+++ b/pixelset.h
@@ -74,10 +74,12 @@ public:
void dump() const {
+/**
Serial.print("len: "); Serial.print(len); Serial.print(", dir:"); Serial.print((int)dir);
Serial.print(", range:"); Serial.print((uint32_t)leds); Serial.print("-"); Serial.print((uint32_t)end_pos);
Serial.print(", diff:"); Serial.print((int32_t)(end_pos - leds));
Serial.println("");
+ **/
}
/// Copy the contents of the passed in set to our set. Note if one set is smaller than the other, only the