Skip to content

Commit

Permalink
Improve pibrella pins description
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Mar 11, 2021
1 parent e07311f commit dfa889d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpiozero/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -2335,8 +2335,8 @@ class Pibrella(CompositeOutputDevice):
pb.buzzer.play('A4')
pb.off()
The four input and output channels are not provided by this class. Instead,
you can create GPIO Zero devices using these pins::
The four input and output channels are exposed so you can create GPIO Zero
devices using these pins without looking up their respective pin numbers::
from gpiozero import Pibrella, LED, Button
Expand Down

0 comments on commit dfa889d

Please sign in to comment.