Skip to content

Commit 78407f9

Browse files
authored
Update README.rst
1 parent 32e6978 commit 78407f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ For breakout boards or other configurations where the boards are separated, it m
3636
the baudrate for reliable data transmission.
3737
The baud rate may be specified as an keyword parameter when initializing the board.
3838
To set it to 1000000 use :
39+
3940
.. code-block:: python
41+
4042
# Initialze RFM radio
4143
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
4244

0 commit comments

Comments
 (0)