Waziup / arduino-xlpp

Wazidev Extended Low Power Payload (XLPP)
1 stars 3 forks source link

Documentation #1

Open cdupont opened 3 years ago

cdupont commented 3 years ago

Documentation is very needed, many people are asking "how to add another sensor value XXX?". A README could be added. How to make this library discoverable? Now we point students to the WaziDev LoRaWAN examples, but they fail to discover this library when then want to add something else.

j-forster commented 3 years ago

Examples for reading and writing all of the LPP/XLPP types can be found in the test file: https://github.com/Waziup/arduino-xlpp/blob/main/test/simple/main.cpp

This library can be published to the Arduino Libraries so that it can be found and installed via the Arduino library manager.