diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index 37cd7e5..0fecce1 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -196,5 +196,6 @@ void adalight(){ void loop() { - // Not used. See note in adalight() function. + // loop() is avoided as even that small bit of function overhead + // has a measurable impact on this code's overall throughput. }