arduino-libraries / MKRWAN

An Arduino library for sending and receiving data using LoRaWAN protocol and LoRa® radios.
https://www.arduino.cc
GNU Lesser General Public License v3.0
88 stars 60 forks source link

Update MKRWAN.h #18

Closed aschr closed 6 years ago

aschr commented 6 years ago

Added public methods

bool setADR(bool adr) and bool dataRate(uint8_t dr) DataRate Modulation SF BW bit/s 0 LoRa 12 125 250 1 LoRa 11 125 440 2 LoRa 10 125 980 3 LoRa 9 125 1'760 4 LoRa 8 125 3'125 5 LoRa 7 125 5'470 6 LoRa 7 250 11'000

facchinm commented 6 years ago

Merged, thanks!