From 327a7349b4e69d4416965f9923c6480626ad41d8 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 27 Jan 2025 18:08:08 -0800 Subject: [PATCH] ignore known typo --- cspell.config.yaml | 1 + docs/rpi_general.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.config.yaml b/cspell.config.yaml index 2bb3f37e..95ff0c88 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -134,6 +134,7 @@ words: - iomanip - ITSYBITSY - Jannis + - Jetson - jscrane - KBPS - Konde diff --git a/docs/rpi_general.md b/docs/rpi_general.md index 409a3910..d7d1172e 100644 --- a/docs/rpi_general.md +++ b/docs/rpi_general.md @@ -64,7 +64,7 @@ Choose any GPIO output pin for radio CE pin. ### Linux kernel (SPIDEV driver) and the GPIO chip number -This library, as of v1.4.9, uses the Linux kernel's Character Device API to interface +This RF24 library, as of v1.4.9, uses the Linux kernel's Character Device API to interface with GPIO pins (AKA "lines" in kernel docs). Previous versions used the deprecated "sys fs" interface. By default, this library attempts to use pins exposed via `/dev/gpiochip0`.