Skip to content

Commit

Permalink
Reformatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kong Wai Weng committed Oct 22, 2024
1 parent e60e259 commit 064947c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ def __init__(
"""
self._debug = debug
self._chip_type = None
self._device = SPIDevice(spi_bus, cs, baudrate=spi_baudrate, polarity=0, phase=0)
self._device = SPIDevice(
spi_bus, cs, baudrate=spi_baudrate, polarity=0, phase=0
)
# init c.s.
self._cs = cs

Expand Down

0 comments on commit 064947c

Please sign in to comment.