2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

doc/PCA9548: clarify channel selection

This commit is contained in:
Sebastien Bourdeauducq 2016-03-07 00:17:45 +08:00
parent 2770d9c729
commit c73b080019

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)
"""