Hello,
After some reading from master's tutorials i have made my 4 digit, 7segment Led display, working with MSP430,
I have used array definitions for digits and segments. Also i wrapped that within a function so that we can control the number and the digit we want to display.
Probably code can be improved a lot, but this is i could do for now. Recommendations are welcomed. And i will be glad if it helps for very beginner Launchpaders ))
PS: It is working allll parallel. i have used 7 output pins for segments and 4 output pins for the digits..
int segA = P1_3; int segB = P1_4; int s