adafruit / Adafruit_NeoPixel_ZeroDMA

DMA-based NeoPixel library for SAMD microcontrollers (Feather M0, M4, Arduino Zero, etc.)
MIT License
39 stars 13 forks source link

Correct architectures value in library.properties #3

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

The previous architectures value caused the Arduino IDE to display a warning when the library is compiled:

WARNING: library Adafruit_NeoPixel_ZeroDMA claims to run on (SAMD) architecture(s) and may be incompatible with your current board which runs on (samd) architecture(s).

The previous architectures value caused the library's examples to be placed under the File > Examples > INCOMPATIBLE menu.