Fixed output lettering on Pibrella

This commit is contained in:
Philip Howard 2015-11-16 14:10:42 +00:00
parent cdf2697c98
commit 5d1d8329be

View File

@ -23,15 +23,15 @@ pin:
direction: output direction: output
active: high active: high
'15': '15':
name: Output A name: Output E
direction: output direction: output
active: high active: high
'16': '16':
name: Output B name: Output F
direction: output direction: output
active: high active: high
'18': '18':
name: Output C name: Output G
direction: output direction: output
active: high active: high
'19': '19':
@ -43,7 +43,7 @@ pin:
direction: input direction: input
active: high active: high
'22': '22':
name: Output D name: Output H
direction: output direction: output
active: high active: high
'23': '23':