Description: 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
To Search:
File list (Check if you may need any files):
term project\proj report.docx
............\Proj.DSN
............\Proj.hex
............\project.c
............\Project.LST
............\REG51.H
............\STDIO.H
term project