Skip to content

Commit

Permalink
replace relative URLs in README with absolute URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Oct 25, 2022
1 parent 50b6e49 commit c631a06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The nRF24L01's CE and IRQ pins can be connected to other GPIO pins on the SoC. T
are limited to the corresponding counterparts on the SoC's SPI bus. The CSN pin is limited to the
chosen SPI bus's "Chip Select" options (Also labeled as "CE" pins on many Raspberry Pi pinout
diagrams). The following table shows the default pins used in all the
`examples <examples.html>`_ for this package.
`examples <https://pyrf24.readthedocs.io/en/latest/examples.html>`_ for this package.

.. csv-table::
:header: nRF24L01, Raspberry Pi
Expand All @@ -53,7 +53,9 @@ The IRQ pin is not typically connected, and it is only used in the interrupt_con

.. note::
Notice that RPi.GPIO (for python) is used to manage the GPIO pins on the Raspberry Pi
(exclusively during the `interrupt_configure.py <examples.html#interrupt-configure>`_ example).
(exclusively during the
`interrupt_configure.py <https://pyrf24.readthedocs.io/en/latest/examples.html#interrupt-configure>`_
example).

RPi.GPIO is not required for normal usage (when not using the radio's IRQ pin).

Expand Down

0 comments on commit c631a06

Please sign in to comment.