sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.64k stars 627 forks source link

Add compatibility with MKRWAN1310 #297

Closed facchinm closed 4 years ago

facchinm commented 4 years ago

IRQ pin is now exported and can be used to avoid polling. However, the extra ASM instruction in "dumb mode" requires a slower SPI clock

facchinm commented 4 years ago

Sure, will do!