Create an 8-bit BCD (Binary Coded Decimal) Counter. The counter
should have three functions implemented with three buttons:
increment, decrement and reset to zero. Current value of counter
should be outputted to an SSD (Seven Segment Display); 8 LEDs may
be used instead -10. Counter should count from 0 – 99. Design must
be Low Power Mode and Interrupt Driven. This is for the msp430
microcontroller
*I need a code!
Create an 8-bit BCD (Binary Coded Decimal) Counter. The counter should have three functions implemented with...