Hey guys i've been tryna build this 0-99 counter but i couldn't manage it. Can u help me out with it??
#pragma config FOSC = INTIO67 // Oscillator Selection bits (Internal oscillator block)
#pragma config PLLCFG = OFF // 4X PLL Enable (Oscillator used directly)
#pragma config PRICLKEN =...
Hey there, this is my first time posting here. I definitely appreciate any and all help.
I've got a TI MSP430G2552 microcontroller that I am using, leftover from a class last semester. I also have a 16x2 LCD with the HD44780 controller/driver. I'm building the library and C files inside of Code...