ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Nice 1
Hi, I want to know which librery did you use to show the sensor value in the LCD
I didnt used any library.. Just used LCD library.. LiquidCrystal. h
Why did you use Serial.print if you already used lcd.print to display the value?
To test on serial monitor
Please attach link for the code
Please comment your code on 1st and 2nd line of setu0
when you use the lcd library to initialize the lcd we use lcd.begin(16,2).it represents 16 character and 2 line lcd.serial.begin(baudrate) is used for initialization of serial communication USARThere i used to test the result in serial monitor.
Nice 1
Hi, I want to know which librery did you use to show the sensor value in the LCD
I didnt used any library.. Just used LCD library.. LiquidCrystal. h
Why did you use Serial.print if you already used lcd.print to display the value?
To test on serial monitor
Please attach link for the code
Please comment your code on 1st and 2nd line of setu0
when you use the lcd library to initialize the lcd we use lcd.begin(16,2).it represents 16 character and 2 line lcd.
serial.begin(baudrate) is used for initialization of serial communication USART
here i used to test the result in serial monitor.