StuartsProjects / SX12XX-LoRa

Library for SX12XX LoRa devices
303 stars 66 forks source link

select SPI interface #93

Open horace3 opened 2 months ago

horace3 commented 2 months ago

would be useful to be able to select SPI interface, e.g. on an ESP32 to use HSPI rather then VSPI (default)

StuartsProjects commented 2 months ago

Useful maybe. The changes to tyhe library to allow this might not appear to be significant, but the amount of testing, to ensure all the routines and examples work is a major effort.

I do use ESP32s reasonably often, on non-standard VSPI pins, and it it does not cause me issues.