From 9a83be120eecbf82a7ead6ddd00d643d39cf3fd8 Mon Sep 17 00:00:00 2001
From: David Huss <dh@atoav.com>
Date: Fri, 2 Feb 2024 10:35:39 +0100
Subject: [PATCH] Fix LED behaviour

---
 code/daisy-looper/daisy-looper.ino | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/daisy-looper/daisy-looper.ino b/code/daisy-looper/daisy-looper.ino
index a527033..3287a84 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
-- 
GitLab