Open DeeLoRa opened 6 years ago
I'm not familiar with Energia
but it appears to be a fork of Arduino? If this is the case it would likely be out of the scope of this library. You might need to end up filing an issue with TI to get proper Arduino SPI compatibility.
We could add support for board cores that don't have SPI transaction support if there is enough demand. There's an SPI_HAS_TRANSACTION
macro available to detect it.
Support on this would be great since LoRa is for Low powered IoT and MSP is also very low power oriented, so many will benefit from this.
@DeeLoRa care to dive in and submit a pull request?
Even i am facing his issue with energia with LORA with same SPI
I'm trying to compile LoRa library for MSP430 using Energia platform and I get the error SPISettings' does not name a type.
This is because the SPISettings is nowhere in the SPI library for Energia but is used in the above LoRa library.
My problem is how do I modify the LoRa library to add SPISettings or is there another method to solve this issue?