doc/PCA9548: clarify channel selection

This commit is contained in:
Sebastien Bourdeauducq 2016-03-07 00:17:45 +08:00
parent 2770d9c729
commit c73b080019
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ class PCA9548:
def set(self, channel):
"""Select one channel.
Selecting multiple channels is not supported by this driver.
Selecting multiple channels at the same time is not supported by this
driver.
:param channel: channel number (0-7)
"""