From 229a26ea879a1f1ef53af12faaab73e01664f224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rao=20=C2=ABDe=CC=81mon=C2=BB=20Zvorovski?= Date: Mon, 24 Nov 2025 15:15:52 +0200 Subject: [PATCH] Add reference to jetgpio crate in README Added a reference to the jetgpio crate for higher-level usage. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 530ea61..14e5531 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Clang is required in the compilation process. Version 0.2.2 corresponds to JETGPIO v1.2, which is the last version of JETGPIO that does not require a kernel module. +For a higher-level crate, consider [the jetgpio crate by Braden Everson](https://github.com/BradenEverson/jetgpio), which is built on top of this crate. + ## Usage A basic usage example is available [in the examples folder](examples/blink.rs).