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 +```