In file included from G:\Dropbox\CODE\libraries\arduino_771140/Adafruit_CircuitPlayground.h:3:0,
from G:\Dropbox\CODE\libraries\arduino_375405\examples\external_neopixels\external_neopixels.ino:1:
G:\Dropbox\CODE\libraries\arduino_771140/Adafruit_Circuit_Playground.h:122:3: error: 'Adafruit_CPlay_FreeTouch' does not name a type
Adafruit_CPlay_FreeTouch cap[7]; ///< the array of capacitive touch sensors
^
If the board selected is an Arduino Micro, the sketch compiles, uploads and works just fine.
Is this incompatibility with the ARM Cortex-M3?
Any hints would be greatly appreciated... Thank you.
If you want to play with Neopixels, just use either of the excellent general purpose "FastLED" or "Adafruit NeoPixel" libraries. They come with example sketches and you will also fine many many more sketches on the Internet for those libraries. You can install either library from the Arduino Library Manager.