Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Apr 6, 2024
1 parent fa3c7af commit a7d26ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/main_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ changes.
- [Arduino](arduino.md) (Uno, Nano, Mega, Due, Galileo, etc)
- [ATTiny](attiny.md)
- [Pico SDK support](pico_sdk.md)
- [Linux Installation](linux_install.html) (or the alternative [instructions using CMake](using_cmake.md)),
([Linux/RPi General](rpi_general.html), [MRAA](mraa.md) supported boards (Galileo, Edison, etc), LittleWire)
- [Linux Installation](linux_install.md) (or the alternative [instructions using CMake](using_cmake.md)),
([Linux/RPi General](rpi_general.md), [MRAA](mraa.md) supported boards (Galileo, Edison, etc), LittleWire)
- [Cross-compilation](cross_compile.md) for linux devices
- [Python wrapper](python_wrapper.md) available for Linux devices

Expand Down
2 changes: 1 addition & 1 deletion docs/python_wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These instructions work for the RF24, RF24Network, and RF24Mesh libraries, but
the C++ source code needs to be built and installed for the corresponding
python wrapper(s) to work.

@see Review [installing with CMake](using_cmake.html) and [Linux/RPi General](rpi_general.md).
@see Review [installing with CMake](using_cmake.md) and [Linux/RPi General](rpi_general.md).

@note The interrupt_configure.py example uses the
[gpiod library](https://pypi.org/project/gpiod) to watch the radio's IRQ pin.
Expand Down

0 comments on commit a7d26ad

Please sign in to comment.