-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Hi, could you expand a bit the Add new board wiki with info about how to set properly the analogs?, because I'm having problems with my variant for the F030C8, when I tried to read PA0 ( analogRead(PA0) ) it really reads the PA3, for the moment I solve it by using analogRead(PA_0). So I was under the impression that only has to match the:
NUM_ANALOG_FIRST on the variant.h file with the duplicates on the digitalPin array on variant.cpp, but it seems that may be more to it, right?. Thanks.
Originally posted by @r-pv in #722 (comment)