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 e208d97 commit e60e259Copy full SHA for e60e259
adafruit_wiznet5k/adafruit_wiznet5k.py
@@ -208,7 +208,7 @@ def __init__(
208
:param str hostname: The desired hostname, with optional {} to fill in the MAC
209
address, defaults to None.
210
:param bool debug: Enable debugging output, defaults to False.
211
- : param int spi_baudrate: The SPI clock frequency, defaults to 8MHz.
+ :param int spi_baudrate: The SPI clock frequency, defaults to 8MHz.
212
Might not be the actual baudrate, dependent on the hardware.
213
"""
214
self._debug = debug
0 commit comments