You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample code: selfie.ino
A huge amount of errors like:
Adafruit_SPIDevice.h: 61:22: error: 'BitOrder' has not been declared
Adafruit_SPIDevice.h: 86:3: error: 'BitOrder' does not name a type
Adafruit_SPIDevice.h: 70:30: error: 'size_t' has not been declared
Adafruit_SPIDevice.h: 32:31: error: 'MSBFIRST' was not declared in this scope
Adafruit_SPIDevice.h: 71:68: error: 'NULL' was not declared in this scope
I guess it is because K210 absent in #if defined enumerations
The text was updated successfully, but these errors were encountered:
Sample code: selfie.ino
A huge amount of errors like:
Adafruit_SPIDevice.h: 61:22: error: 'BitOrder' has not been declared
Adafruit_SPIDevice.h: 86:3: error: 'BitOrder' does not name a type
Adafruit_SPIDevice.h: 70:30: error: 'size_t' has not been declared
Adafruit_SPIDevice.h: 32:31: error: 'MSBFIRST' was not declared in this scope
Adafruit_SPIDevice.h: 71:68: error: 'NULL' was not declared in this scope
I guess it is because K210 absent in #if defined enumerations
The text was updated successfully, but these errors were encountered: