Maixduino icon indicating copy to clipboard operation
Maixduino copied to clipboard

Somethin wrong with Adafruit_BusIO

Open Kabron287 opened this issue 5 years ago • 2 comments

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

Kabron287 avatar Oct 08 '20 10:10 Kabron287

same here

zaferAt avatar Dec 09 '20 22:12 zaferAt

The reason was in presense of another library Adafruit GFX

Kabron287 avatar Aug 18 '21 07:08 Kabron287