forked from M-Labs/artiq
doc/PCA9548: clarify channel selection
This commit is contained in:
parent
2770d9c729
commit
c73b080019
|
@ -43,7 +43,8 @@ class PCA9548:
|
||||||
def set(self, channel):
|
def set(self, channel):
|
||||||
"""Select one 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)
|
:param channel: channel number (0-7)
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue