From 5d1d8329be950f9461f42f5ae137cb6b22774477 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Mon, 16 Nov 2015 14:10:42 +0000 Subject: [PATCH] Fixed output lettering on Pibrella --- src/en/overlay/pibrella.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/en/overlay/pibrella.md b/src/en/overlay/pibrella.md index 4a99392..af8e8c6 100644 --- a/src/en/overlay/pibrella.md +++ b/src/en/overlay/pibrella.md @@ -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() -``` \ No newline at end of file +```