From 46cbacbe035f4b5f7e58aa0e6f3f1507657580d4 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 1 Feb 2023 17:38:21 +0100 Subject: [PATCH] docs: add sx127x to list of supported devices Signed-off-by: deadprogram --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2e663f..697991c 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ The following 90 devices are supported. | [WS2812 RGB LED](https://cdn-shop.adafruit.com/datasheets/WS2812.pdf) | GPIO | | [XPT2046 touch controller](http://grobotronics.com/images/datasheets/xpt2046-datasheet.pdf) | GPIO | | [Semtech SX126x Lora](https://www.semtech.com/products/wireless-rf/lora-connect/sx1261) | SPI | +| [Semtech SX127x Lora](https://www.semtech.com/products/wireless-rf/lora-connect/sx1276) | SPI | | [SSD1289 TFT color display](http://aitendo3.sakura.ne.jp/aitendo_data/product_img/lcd/tft2/M032C1289TP/3.2-SSD1289.pdf) | GPIO | ## Contributing