WAP to interface potentiometer at analog pin of Arduino and LCD with Arduino. If the range at analog pin is between 500 to 1024 show HIGH on LCD, if the range is between 100 to 499 then display MEDIUM on LCD and if it is 0 to 99 then display LOW on LCD. The LCD should display “THE VALUE IS” on first row and range to be displayed in second row and should be blinking after every 3 seconds.
Comments
Leave a comment