From 3a1af9c58746c8401abdde1892b268530833bc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sun, 26 Jan 2020 14:14:41 +0100 Subject: [PATCH] Updated Basics (markdown) --- Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basics.md b/Basics.md index 18dd9e0..ffa8ef4 100644 --- a/Basics.md +++ b/Basics.md @@ -1,4 +1,4 @@ -The purpose if this page is to provide an overview of the basic usage of the library API. For details on each supported radio module, please refer to the provided examples. +The purpose if this page is to provide an overview of the basic usage of the library API. **For details on each supported radio module, please refer to the provided [examples](https://github.com/jgromes/RadioLib/tree/master/examples).** ## Standalone Module 1. Connect the wireless module to the Arduino. This includes connecting the appropriate communication channel (SPI bus or UART), as well as some GPIO pins. The extra pins are used for SPI chips select, hardware reset and GPIO or interrupts. Each module uses slightly different setup. For example, some modules might only have one interrupt pin, while others may have multiple. Some modules might have reset pin, others might do without one.