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 f6d0804 commit e1449acCopy full SHA for e1449ac
README.rst
@@ -47,6 +47,7 @@ For breakout boards or other configurations where the boards are separated,
47
it may be necessary to reduce the baudrate for reliable data transmission.
48
The baud rate may be specified as an keyword parameter when initializing the board.
49
To set it to 1000000 use :
50
+
51
.. code-block:: python
52
# Initialze RFM radio
53
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
0 commit comments