hi all am using msp430g2231 and am using code composer studio..
i and am trying to display a adc value to my lcd.. my input voltage is 1.85v for that am getting a digital value like 532..
and i tried to show this digital value and i did that successfully.. now
i need to show the float value to my lcd by converting the digital
value in to analog by this following calculation
analog value =(532/1023)*3.57 = 1.856
now i need to display that float value to my lcd please suggest me a code for this ?????