Skip to content

Commit 9568919

Browse files
committed
new config file
1 parent 2f46180 commit 9568919

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

config.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ topic = "lighthouse"
66
[boards.alpha]
77
serial = "/dev/ttyUSB0"
88
[boards.alpha.dev]
9-
[boards.alpha.dev.rgb]
10-
mode = "rgb"
11-
inverted = false
12-
pins = ["9", "10", "11"]
9+
[boards.alpha.dev.stereo]
10+
mode = "direct"
11+
inverted = true
12+
pins = ["4", "8"]
1313

1414
[boards.alpha.dev.internal]
1515
mode = "direct"
@@ -19,4 +19,9 @@ topic = "lighthouse"
1919
[boards.alpha.dev.dodec]
2020
mode = "pwm"
2121
inverted = false
22-
pins = ["3"]
22+
pins = ["11"]
23+
24+
[boards.alpha.dev.input]
25+
mode = "servo"
26+
inverted = false
27+
pins = ["6"]

0 commit comments

Comments
 (0)