Compile issue for LSM303AGR and MAX31855 breakout boards
For Grasshopper LoRaWAN Development Board
Both LSM303AGR and MAX31855 breakout boards from adafruit fail to compile on any Tiera corp board. For example:
C:\Users\User\Documents\Arduino\libraries\Adafruit_BusIO-master/Adafruit_SPIDevice.h:37:43: error: 'SPI_BITORDER_MSBFIRST' was not declared in this scope
BitOrder dataOrder = SPI_BITORDER_MSBFIRST,
^
C:\Users\User\Documents\Arduino\libraries\Adafruit_BusIO-master/Adafruit_SPIDevice.h:42:43: error: 'SPI_BITORDER_MSBFIRST' was not declared in this scope
BitOrder dataOrder = SPI_BITORDER_MSBFIRST,
^
exit status 1
Error compiling for board Grasshopper-L082CZ.
I really need these to work with the grasshopper board but do not know how to fix this issue. Help needed.
Thank you
Bill