mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
285 stars 54 forks source link

Add APIs for querying LMIC configuration #26

Closed terrillmoore closed 6 years ago

terrillmoore commented 6 years ago

Now that we can handle so many regions, it makes sense to add someAPIs:

Eventually we should have functions to map from region index to region name and vice versa. But that can wait until we switch to using function tables and allow support for multiple regions with a single codebase.

This was originally https://github.com/mcci-catena/arduino-lmic/issues/32.