bcmi-labs/arduino-core-stm32f4

Pin info issue?

fpistm opened this issue · 1 comments

I think there is some mistake on the pin info:

D79 is a duplicate of D21 PH4 (SCL1)
D80 is a duplicate of D20 PH5 (SDA1)

#define SCL D70
#define SDA D71
are inverted, it should be
#define SCL D71
#define SDA D70

Same for:
#define CANRX D68
#define CANTX D69
are inverted, it should be
#define CANRX D69
#define CANTX D68

Close this one as no more activity...