ArduinoCore-stm32l0 icon indicating copy to clipboard operation
ArduinoCore-stm32l0 copied to clipboard

LoRaWAN Stack API Documentation

Open hallard opened this issue 6 years ago • 2 comments

Hi, More a question than an issue. I was not able to find documentation on the LoRaWAN stack implementation of this repo (mainly LoRaWAN.cpp file) so my question is, is there any somewhere about parameters values passed to function and so? I looked into the code and examples and looks very fine, also saving all in EEP. Did you write it from scratch or are you using high level function over the default semtech LoRaMac-node one? Thanks for your help

hallard avatar Jun 22 '19 10:06 hallard

@hallard We are using this library successfully for LoraWAN, although there is no documentation per-say, examples have been generally sufficient to understand what is possible and implement all the features.

SloMusti avatar Jun 22 '19 20:06 SloMusti

@SloMusti I have no doubts it works perfectly, my thought was more to be sure I'm using it correctly

hallard avatar Jun 23 '19 00:06 hallard