Search the Community
Showing results for tags '7 segment'.
-
hi friends, this is my project on Digital clock, using MSP430G2452 [u can use any 20 pin MSP controller], i have uploaded its schematic with the code here, you can see it working at... clock.pdf clock.sch main.c
-
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