- This topic has 1 reply, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › how to interface three sensors to adc0809 and display float values like 12532.33 on LCD
Please, kindly help me with a C source code for interfacing three sensors with adc0809 and display the results in floating values up to 7 digits (e.g. 12345.67) on 20×4 LCD. My email is [email protected]
Thanks and God bless.
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