Introduction - If you have any usage issues, please Google them yourself
this project is related with Goal of this system is applying some microprocessor knowledge with use C code on the hardware design. This project is calculating the body mass index value of a person on LCD screen and printing the BMI value. Program needs 2 inputs which are height of people and weight of people, for calculation. The program calculates the BMI value by applying the formulas :
WW= (ADCVAL+80)/2
BB = 100*WW/HH*100/HH