Update rgb.py
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ GPIO.setmode(GPIO.BCM)
|
||||
RUNNING = True
|
||||
|
||||
# PINs
|
||||
green = 20
|
||||
red = 21
|
||||
red = 20
|
||||
green = 21
|
||||
blue = 22
|
||||
|
||||
# frequency for PWM
|
||||
|
||||
Reference in New Issue
Block a user