diff --git a/code/daisy-looper/daisy-looper.ino b/code/daisy-looper/daisy-looper.ino index a527033882fe92b08c13307b53ba3e4cc7cb5abe..3287a84ad9ab99c8c01f537d6d698321e5499fcb 100644 --- a/code/daisy-looper/daisy-looper.ino +++ b/code/daisy-looper/daisy-looper.ino @@ -55,7 +55,7 @@ Potentiometer pot_6 = Potentiometer(A5); Potentiometer pot_7 = Potentiometer(A6); // RGB LED R G B -RGBLed rgb_led = RGBLed(A10, A11, A11); +RGBLed rgb_led = RGBLed(A10, A11, A9); // OLED Display