sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

MicroMod SAMD51: A1 defined as A0 #74

Closed adamgarbo closed 2 years ago

adamgarbo commented 3 years ago

Hey folks,

There was a forum post from a user stating that he was getting identical analog readings from both A0 and A1 when using the MicroMod SAMD51 and ATP Carrier Board.

Looking at variant.h, it appears that both A0 and A1 are defined as A0. Could this be causing his issue? https://github.com/sparkfun/Arduino_Boards/blob/5f1bc3c3865953038a30587acf3f4e1027688be1/sparkfun/samd/variants/SparkFun_SAMD51_MicroMod/variant.h#L143-L144

Cheers, Adam

edspark commented 2 years ago

Thanks for the issue, it does look like it was fixed back in April but I didn't close out this issue.