forked from M-Labs/artiq
i2c: fix doc formatting
This commit is contained in:
parent
4e770509db
commit
0188f31f3a
|
@ -161,6 +161,7 @@ class I2CSwitch:
|
|||
@kernel
|
||||
def set(self, channel):
|
||||
"""Enable one channel.
|
||||
|
||||
:param channel: channel number (0-7)
|
||||
"""
|
||||
i2c_switch_select(self.busno, self.address >> 1, 1 << channel)
|
||||
|
|
Loading…
Reference in New Issue