Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes authored Dec 27, 2017
1 parent ca49011 commit 3dec851
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LoRaLib

## Arduino library for LoRa modules based on SX1278 chip
## Arduino library for LoRa modules based on SX1278 and SX1272 chips

---

Expand All @@ -16,6 +16,10 @@ If you're looking for the shield to use with this library, it has its own reposi

DISCLAIMER: This library is provided 'AS IS'. See `license.txt` for details.

This library enables easy long range communaction with SX1278-based LoRa modules. It was designed to be used with LoRenz Rev.B shields. However, they are not required and this library can be used with any LoRa module, as long as it is based on the SX1278 chip.
This library enables easy long range communaction with SX127x family of LoRa modules. It was designed to be used with LoRenz Rev.B shields. However, they are not required and this library can be used with any LoRa module, as long as it is based on of the SX127x chips.

Currently supported chips:
* SX1272 and SX1273
* SX1278, SX1276, SX1277 and SX1279

## As a part of the API changes, all documentation has been moved to the [Wiki](https://github.com/jgromes/LoRaLib/wiki)! ##

0 comments on commit 3dec851

Please sign in to comment.