water level indicator with arduino
in this simple arduino project we will learn how to make water level indicator with arduino Water Level Indicator Circuit With Arduino Circuit Diagram of Water Level Indicator With Arduino int sw1 = A0;///uln2003 output int sw2 = A1; int sw3 = A2; int sw4 = A3; int…