From a7d26adc1d9599b997c1e0489cfc72ae69a488e7 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Fri, 5 Apr 2024 23:17:57 -0700 Subject: [PATCH] Apply suggestions from code review --- docs/main_page.md | 4 ++-- docs/python_wrapper.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/main_page.md b/docs/main_page.md index fcc6ab90..6da4e811 100644 --- a/docs/main_page.md +++ b/docs/main_page.md @@ -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 diff --git a/docs/python_wrapper.md b/docs/python_wrapper.md index 83feeb7f..0b83e92d 100644 --- a/docs/python_wrapper.md +++ b/docs/python_wrapper.md @@ -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.