update LICENSE
This commit is contained in:
parent
ec5f781cfc
commit
8e4abfa90f
5
LICENSE
5
LICENSE
@ -217,6 +217,11 @@ Arduino-LMIC Library
|
|||||||
TTN OTAA Example
|
TTN OTAA Example
|
||||||
https://github.com/matthijskooijman/arduino-lmic/blob/master/examples/ttn-otaa/
|
https://github.com/matthijskooijman/arduino-lmic/blob/master/examples/ttn-otaa/
|
||||||
|
|
||||||
|
and it's fork
|
||||||
|
|
||||||
|
LoraWAN-in-C library, adapted to run under the Arduino environment
|
||||||
|
https://github.com/jpmeijers/arduino-lmic
|
||||||
|
|
||||||
under this Licence:
|
under this Licence:
|
||||||
|
|
||||||
"License
|
"License
|
||||||
|
@ -100,7 +100,7 @@ void os_getDevEui (u1_t* buf) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// LMIC enhanced Pin mapping
|
// LMIC enhanced Pin mapping
|
||||||
const lmic_pinmap lmic_pins = {
|
extern const lmic_pinmap lmic_pins = {
|
||||||
.mosi = PIN_SPI_MOSI,
|
.mosi = PIN_SPI_MOSI,
|
||||||
.miso = PIN_SPI_MISO,
|
.miso = PIN_SPI_MISO,
|
||||||
.sck = PIN_SPI_SCK,
|
.sck = PIN_SPI_SCK,
|
||||||
|
Loading…
Reference in New Issue
Block a user