Adafruit_NeoPixel_ZeroDMA icon indicating copy to clipboard operation
Adafruit_NeoPixel_ZeroDMA copied to clipboard

Add Support For Seeeduino Xiao M0

Open cctvfm opened this issue 7 months ago • 0 comments

Does not compile for Seeeduino Xiao M0 (SAMD21) due to this #ifdef not catching the Xiao type:

#ifdef ARDUINO_SAMD_ADAFRUIT typedef SPIClass SPIClassSAMD; #endif

The Xiao board library uses SPIClass and not SPIClassSAMD.

After commenting out the ifdef and endif to test, the Xiao crashes. I would love to use this library on the Xiao M0 but I'm not smart enough to modify it myself. Any help would be appreciated!

cctvfm avatar Jul 11 '24 17:07 cctvfm