Browse Source

fixed bug in config file

digital 8 years ago
parent
commit
1915510e29
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/controllers.yaml

+ 2 - 1
config/controllers.yaml

@@ -11,7 +11,8 @@ controllers:
         pin: 6
     led_rgb:
         target: digilib.pin.LEDRGB
-        pins: [19,26]
+        pin_red: 19
+        pin_green: 26]
     debug_ctrl:
         target: digilib.pin.DebugPinController