Skip to content
Snippets Groups Projects
Commit 9a83be12 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix LED behaviour

parent ac121c85
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment