Update switch select log message
This commit is contained in:
parent
156b904bfd
commit
62bdbe71f5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class CD4052:
|
|||
"""
|
||||
a = channel & 0b01
|
||||
b = (channel & 0b10) >> 1
|
||||
print(f"CD4052: Selecting Channel {channel} ({a}, {b})")
|
||||
print(f"CD4052: Selecting Channel {channel}")
|
||||
mute = self._inh()
|
||||
self._inh.on()
|
||||
self._channel_select_a(a)
|
||||
|
|
Loading…
Reference in a new issue