- Fri Nov 06, 2020 3:21 pm
#220525
Hey everyone,
There shouldn't be any reason that these two shouldn't work together, but what I am noticing is that my fellow engineer and myself didn't coordinate on using the same terminology with regards to this product. One of the first things I noticed from the Github link that I responded to is that terms like "D0" will not work with the SAMD51, but "0" will. You can do a
#define D0 0
#define D1 1
or
int D0 = 0;
int D1 = 1;
...or replace all instances of "D" related pins with just their numerical counterpart. If you're using a different processor board with any carrier board just double check that you have the correct pins declared. For example A3 is PWM1 (buzzer pin) on the SAMD51 Processor Board. We did our best to thoroughly test all Carrier boards with every Processor Board, but unfortunately these two didn't get a chance to meet before launch.
I'll be getting the Input and Display Carrier board over the weekend, and I'll get to testing it on Monday.
Thanks for your patience, please respond here if the fixes I linked above did or did not help.
SparkFun Engineer -
