diff --git a/PringlesLooper/PringlesLooper.ino b/PringlesLooper/PringlesLooper.ino index c88e6fa..d58ca3a 100644 --- a/PringlesLooper/PringlesLooper.ino +++ b/PringlesLooper/PringlesLooper.ino @@ -5,8 +5,8 @@ Adafruit_NeoPixel leds = Adafruit_NeoPixel(8, 11, NEO_GRB + NEO_KHZ800); uint16_t gdef = 0; -uint16_t rdef = 100; -uint16_t bdef = 200; +uint16_t rdef = 50; +uint16_t bdef = 150; bool oldValues[8] = { 1, 1, 1, 1, 1, 1, 1, 1