Skip to content

Commit e1449ac

Browse files
committed
fix README typo again
1 parent f6d0804 commit e1449ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ For breakout boards or other configurations where the boards are separated,
4747
it may be necessary to reduce the baudrate for reliable data transmission.
4848
The baud rate may be specified as an keyword parameter when initializing the board.
4949
To set it to 1000000 use :
50+
5051
.. code-block:: python
5152
# Initialze RFM radio
5253
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)

0 commit comments

Comments
 (0)