energia / msp430-lg-core

15 stars 12 forks source link

MSP430FR2433 - Wrong A0 pin #65

Closed dberenguer closed 6 years ago

dberenguer commented 6 years ago

A0 is defined as static const uint8_t A0 = 1; in pins_energia.h but it should be static const uint8_t A0 = 2;

StefanSch commented 6 years ago

Thanks a lot for reporting - fixed on master branch