energia / msp430-lg-core

15 stars 12 forks source link

FR5994 — Two Analog Inputs Share the Same Pin #28

Closed rei-vilo closed 7 years ago

rei-vilo commented 7 years ago

In file MSP-EXP430FR5994LP/pins_energia.h lines 106 and 110, two analog inputs A5 and A9 share the same pin 28.

static const uint8_t A5  = 28;
static const uint8_t A9  = 28;
rei-vilo commented 7 years ago

As per SLAU678a, shouldn't be P4_1 = A9= pin 31?

StefanSch commented 7 years ago

fixed with last commit