You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,8 @@ A config file `config/pins.yml` is used to define the initial setup for pins tha
47
47
48
48
```yaml
49
49
18:
50
-
mode: IN
50
+
mode: OUT
51
51
initial: HIGH
52
-
resistor: PUD_UP
53
52
23:
54
53
mode: OUT
55
54
initial: LOW
@@ -60,7 +59,7 @@ A config file `config/pins.yml` is used to define the initial setup for pins tha
60
59
bounce: 200
61
60
```
62
61
63
-
* Add a numbered element for each pin enabled
62
+
* Add a numbered element for each pin to enabled
64
63
* `mode` - This controls whether the pin will be used for input or output. Accepted values are: `IN`, `OUT`. (Required)
65
64
* `initial` - This controls the starting value of the pin. Accepted values are: `LOW`, `HIGH`. (Optional - defaults to `LOW`)
66
65
* `resistor` - This controls the software defined pull up/pull down resistor available in the Broadcom SOC. Accepted values are: `PUD_UP`, `PUD_DOWN`. (Optional - defaults to none)
0 commit comments