adafruit / Adafruit_FreeTouch

A QTouch-compatible library
41 stars 15 forks source link

Correct architectures value in library.properties #9

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_FreeTouch 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.