We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca0046 commit 59b47edCopy full SHA for 59b47ed
wws_74hc165.py
@@ -139,7 +139,7 @@ def __init__(
139
number_of_shift_registers: int = 1,
140
baudrate: int = 1000000,
141
) -> None:
142
- self._device = spi_device.SPIDevice(spi, latch, baudrate=baudrate)
+ self._device = spi_device.SPIDevice(spi, baudrate=baudrate)
143
self._latch = latch
144
self._latch.direction = digitalio.Direction.OUTPUT
145
self._number_of_shift_registers = number_of_shift_registers
0 commit comments