mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment

Home Page:https://forum.mcci.io/c/device-software/arduino-lmic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to initialize nss pin to HIGH

frankleonrose opened this issue · comments

The default state for output pins is LOW, which is active for nss. Users will need at least one call to LMiC initialization code within setup() prior to any other peripheral engaging in SPI communication.