From 1084e46998e29916f32ab8dd2de32443984b0e81 Mon Sep 17 00:00:00 2001 From: recallmenot <104343143+recallmenot@users.noreply.github.com> Date: Fri, 5 May 2023 15:43:16 +0200 Subject: [PATCH] add library author to nRF RX readme --- examples/spi_24L01_rx/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/spi_24L01_rx/README.md b/examples/spi_24L01_rx/README.md index a07b9eb..086fd6a 100644 --- a/examples/spi_24L01_rx/README.md +++ b/examples/spi_24L01_rx/README.md @@ -7,3 +7,6 @@ https://user-images.githubusercontent.com/104343143/235313119-4facb0b4-9f8d-4b79 https://user-images.githubusercontent.com/104343143/235313123-14a2114d-388a-4c98-89b9-63e5e40de682.mp4 + +## nRF24L01(+) library +This is the doing of [Reza Ebrahimi](https://github.com/ebrezadev), I've just included a copy of [his library](https://github.com/ebrezadev/nRF24L01-C-Driver) here and made some modifications. -- GitLab