From 2afd05373d1a6e4509f2003f46dd83a03a84c6d7 Mon Sep 17 00:00:00 2001 From: Eric Chavez <40640735+Eric286@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:32:53 -0600 Subject: [PATCH] Update README.md Wiki button added Signed-off-by: Eric Chavez <40640735+Eric286@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98a66b0..0ed0af6 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ This repository contains the simple LoRaWAN library encapsulated to run in the g This repository is all based on the library originally created by [Ideetron B.V.](https://github.com/Ideetron) This library is slightly modified and this [repo]( https://git.antares.id/lorawan-loraid/arduino-loraid), with the principal purpose to have an LoRaWAN MAC layer for arduino with an easy API. + + + + Features -------- The Arduino LoRaWAN library supports LoRaWAN Class A and Class C implementations operating in EU-868, AS-923, US-915 and AU-915 bands. Note that this library is fairly simple with the aim of demonstrating the LoRaWAN capabilities.