adafruit / Adafruit_ZeroTimer

happy wrappers for TC modules 3,4,5 on SAMD21
MIT License
31 stars 25 forks source link

Correct architectures value in library.properties #5

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