lnlp / LMIC-node

LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document optional initLmic() parameters

lnlp opened this issue · comments

initLmic() allows to specify several optional parameters.
All parameters have default values so initLmic() can be called without parameters.

These optional parameters are currently not documented.
Add documentation for the parameters to README.md.