energia / msp432r-core

MSP432 EMT core for the production silicon (RED LaunchPad only)
2 stars 5 forks source link

LED1 not defined in pins_energia.h #7

Closed vsupacha closed 5 years ago

vsupacha commented 6 years ago

LED1 is referred in MSP432R Launchpad pinout. But no LED1 is defined properly in the pins_energia.h file, so I got "LED1 was not declared". The version I used is 5.6.1.

robertinant commented 6 years ago

Thanks, that's a bug and I'll get it fixed. In the meantime you can use YELLOW_LED instead which addresses LED1.

robertinant commented 5 years ago

Fixed and will be in the next release.