Fixed output lettering on Pibrella

This commit is contained in:
Philip Howard 2015-11-16 14:10:42 +00:00
parent cdf2697c98
commit 5d1d8329be
1 changed files with 5 additions and 5 deletions

View File

@ -23,15 +23,15 @@ pin:
direction: output
active: high
'15':
name: Output A
name: Output E
direction: output
active: high
'16':
name: Output B
name: Output F
direction: output
active: high
'18':
name: Output C
name: Output G
direction: output
active: high
'19':
@ -43,7 +43,7 @@ pin:
direction: input
active: high
'22':
name: Output D
name: Output H
direction: output
active: high
'23':
@ -74,4 +74,4 @@ Then import it into your Python script and start tinkering:
```bash
import pibrella
pibrella.light.red.on()
```
```