Merge branch 'master' of github.com:adafruit/Adafruit_BusIO

This commit is contained in:
lady ada 2020-05-22 17:50:26 -04:00
commit 64802ab220
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
// some modern SPI definitions don't have BitOrder enum
#if (defined(__AVR__) && !defined(ARDUINO_ARCH_MEGAAVR)) || \
defined(ESP8266) || defined(TEENSYDUINO)
defined(ESP8266) || defined(TEENSYDUINO) || \
defined(ARDUINO_ARCH_SPRESENSE)
typedef enum _BitOrder {
SPI_BITORDER_MSBFIRST = MSBFIRST,
SPI_BITORDER_LSBFIRST = LSBFIRST,