Assignment 7. (30 pts) Consider a PIC16F877A microcontroller based body weight measuring device. Write a complete PICBAS
Posted: Tue Jun 07, 2022 10:22 am
Assignment 7. (30 pts) Consider a PIC16F877A microcontroller based body weight measuring device. Write a complete PICBASIC PRO code that Reads the ten "byte-sized" weight measurements saved in the internal EEPROM of the microcontroller starting at address 10, Finds the maximum weight measured, MaxW, the minimum weight measured, MinW and the mean of the weight measurements, MeanW, And stores MaxW, MinW and MeanW in the internal EEPROM starting at address 5.