Closed brorgustav closed 5 years ago
Thank you for your issue.
This seems to be an issue with the Arduino Core for the MKRZERO: https://github.com/arduino/ArduinoCore-samd/issues/443
The solution is to replace the macros max
and min
by template functions. (Or to just #undef
them altogether, I don't think I use them anywhere in my code.)
I'll see if I can provide a workaround in this library.
When compiling buttonmatrix.ino: