Port of the LMiC library to the Arduino as a PlatformIO library.
Use the following command in an empty directory to initialize a new PlatformIO project. If required, replace feather32u4
with the ID of the board you use (see here for a full list of supported boards and their IDs). The lib_deps
option will add the LMiC-Arduino library as a dependency, which will be downloaded automatically on build. The --ide clion
option will generate the required CMakeList.txt
file in order to build and upload your code from CLion (see here here for more information about IDE integration).
platformio init --board feather32u4 --ide clion --project-option="lib_deps=git@github.com:smartmakers/lmic-arduino.git"