Skip to content

Commit 97bc31e

Browse files
author
Brian Hines
committed
A little more README
1 parent de11541 commit 97bc31e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ A config file `config/pins.yml` is used to define the initial setup for pins tha
4747

4848
```yaml
4949
18:
50-
mode: IN
50+
mode: OUT
5151
initial: HIGH
52-
resistor: PUD_UP
5352
23:
5453
mode: OUT
5554
initial: LOW
@@ -60,7 +59,7 @@ A config file `config/pins.yml` is used to define the initial setup for pins tha
6059
bounce: 200
6160
```
6261
63-
* Add a numbered element for each pin enabled
62+
* Add a numbered element for each pin to enabled
6463
* `mode` - This controls whether the pin will be used for input or output. Accepted values are: `IN`, `OUT`. (Required)
6564
* `initial` - This controls the starting value of the pin. Accepted values are: `LOW`, `HIGH`. (Optional - defaults to `LOW`)
6665
* `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

Comments
 (0)