Skip to content

smartmakers/lmic-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LMiC-Arduino Library

Port of the LMiC library to the Arduino as a PlatformIO library.

How to create a new project?

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"

About

Arduino port of the IBM LMiC library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published