An automated hydroponics system regulates the acidity of a nutrient reservoir using a microprocessor control unit as shown in the schematic below.

An algorithm is required to control the dosing pumps. The system must read two inputs: the target pH level target_pH and the current measured pH level measured_pH. The algorithm must determine and output:
measured_pH is strictly greater than target_pH + 0.5measured_pH is strictly less than target_pH - 0.5measured_pH is within the tolerance range (otherwise)Draw a flowchart to show this algorithm.
Standard Flowchart Guide: