From 2cac3f1e81db5eb3b6c4a4d16e362c60c81f3ebb Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 19 Jul 2016 21:46:14 +0200 Subject: [PATCH] changed led values --- PringlesLooper/PringlesLooper.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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