adafruit / TinyLoRa

LoRaWAN Library
69 stars 38 forks source link

Use SPI Transactions #8

Closed brentru closed 5 years ago

brentru commented 5 years ago

Start transaction before writing/reading the SPI.

Move SPI.begin() call into TinyLoRa::begin(), remove from sketch.

https://github.com/adafruit/TinyLoRa/issues/3