Project Title: Cooling Fan Speed Control based on temperature Hardware: Port-A is connected to ADC to read temperature sensor data, DC Motor of the fan is connected to PB7-PB6, a Heater is connected to PB5-PB4. Once the heater is ON, based on temperature control the speed of the Fan. Temp < 200 speed is low Temp is between 200 - 300 , speed is medium Temp is between 310 - 40°, speed is High Temp > 40°, speed is very High and Heater is made OFF. Program: Write a program to perform the above task. Report: Write a report showing all the works including flowchart, connection diagrm between 8086, 8255 and all other connections.