Hi All
So i bought a couple of the LoRa Thing Plus expLoRaBLE boards to be used with ADXL313 qwiic breakout boards but I’m getting errors when using the SparkFun ADXL313 library, this is the error I receive and it seems like a peripherals setup error. can someone confirm this and maybe shed some light as to where to start looking to fix this
C:\Users\12266\Documents\Arduino\libraries\SparkFun_ADXL313_Arduino_Library\src\SparkFunADXL313.cpp: In member function 'boolean ADXL313::beginSPI(uint8_t)':
C:\Users\12266\Documents\Arduino\libraries\SparkFun_ADXL313_Arduino_Library\src\SparkFunADXL313.cpp:78:6: error: 'class arduino::MbedSPI' has no member named 'setDataMode'
SPI.setDataMode(SPI_MODE3);
^~~~~~~~~~~
exit status 1
Error compiling for board LoRa Thing Plus expLoRaBLE.