Microcontroller › 8051 › how to interface three sensors to adc0809 and display float values like 12532.33 on LCD › multiply the value by 100.
September 26, 2016 at 9:18 am
#14166
Ashutosh Bhatt
Participant
multiply the value by 100. convert each digit in ASCII and make a string of value. then place "." after 2 decimal places in ASCII format. and print this string on LCD