fixed wording

pull/1/head
Simon Pirkelmann 2019-11-30 21:23:27 +01:00
parent a2e98b5f01
commit 530294b3ae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ We use the [Wemos® TTGO LORA32 868/915Mhz board][wemos].
## Software
We make use of the two MicroPython libraries [uPyLora by lemariva][lemariva] and [uLoRaWAN by mallagant][mallagant]. uPyLora is a driver for the SX1276 LoRa module which is connected to the ESP32.
uLoRaWAN is a library which creates LoRaWAN packages, which you can then send via LoRa to send data to [TheThingsNetwork][ttn].
uLoRaWAN is a library which creates LoRaWAN packages, which you can then transfer via LoRa to send data to [TheThingsNetwork][ttn].
I added a wrapper class [LoRaTransceiver](micropython/lora_transceiver.py) which makes them a bit easier to use.