A wrapper for the lmic library, created for the Arduino.
The use of the library of dragino's lmic is required. This library is smaller than the one of Matthijs.
git clone https://github.com/dragino/arduino-lmic.git LmicWrap* LW;
LW->init();
LW->sendData();Pull requests are welcome. Open an issue to discuss further changes.