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 216eb7f commit ed4af30Copy full SHA for ed4af30
adafruit_mcp2515/__init__.py
@@ -264,7 +264,7 @@ class MCP2515: # pylint:disable=too-many-instance-attributes
264
265
:param ~busio.SPI spi: The SPI bus used to communicate with the MCP2515
266
:param ~digitalio.DigitalInOut cs_pin: SPI bus enable pin
267
- :param int baudrate: The bit rate of the bus in Hz, using a 16Mhz crystal. All devices on\
+ :param int baudrate: The bit rate of the bus in Hz. All devices on\
268
the bus must agree on this value. Defaults to 250000.
269
:param Literal crystal_freq: MCP2515 crystal frequency. Valid values are:\
270
16000000, 10000000 and 8000000. Defaults to 16000000 (16MHz).\
0 commit comments