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 f8069df commit 3187852Copy full SHA for 3187852
README.rst
@@ -79,7 +79,7 @@ To set it to 1000000 use :
79
.. code-block:: python
80
81
# Initialze RFM radio
82
- rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
+ rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ, baudrate=1000000)
83
84
85
Documentation
0 commit comments