JChristensen / JC_Button

Arduino library to debounce button switches, detect presses, releases, and long presses
GNU General Public License v3.0
425 stars 102 forks source link

Allow usage with any architecture #15

Closed lights0123 closed 5 years ago

lights0123 commented 6 years ago

Because no assembly-level code is used, this removes warnings when used with ARM or (in my case) ESP8266 chips.

dagnall53 commented 5 years ago

Jack, I think all this requires is that you remove the line architectures=avr from library.properties. Cheers Dagnall