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

Feature request: Compatibility for Arduino Every #38

Closed dosas closed 9 months ago

dosas commented 9 months ago

When compiling for arduino every --fbqn arduino:megaavr:nona4809 following warning is issued:

WARNING: library JC_Button claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
JChristensen commented 9 months ago

Greetings. Do you have the latest version (2.1.3)? That should eliminate this warning message.

dosas commented 9 months ago

Thanks for the lightning fast reply. Using the latest version fixes the warning.