Hi.
Im going to port one of the lcd libraries build for DUE. I
m trying to find info what constructor should i use.
due library use #ifdef ARDUINO_SAM_DUE. What should i use for zero??
thank you
Hi.
Im going to port one of the lcd libraries build for DUE. I
m trying to find info what constructor should i use.
due library use #ifdef ARDUINO_SAM_DUE. What should i use for zero??
thank you
I think it's #ifdef ARDUINO_SAMD_ZERO
Ill give it a try, but i
m 90% sure already tried that and was throwing errors like it would not be defined.
Alternatively there are the platform/architecture definitions:
ARDUINO_ARCH_AVR
ARDUINO_ARCH_SAM
ARDUINO_ARCH_SAMD
thank you. i`ll try it tonight.
I guess you can try with SAMD21G18A as well.