11.Arduino learning notebook - temperature sensor experiment

11.Arduino learning notebook - temperature sensor experiment Juvtmall ( a company supply PCB Prototyping , PCBA service and sell kinds of components, modules and so on) ( Catduino has the same function of Arduino) Through the last experiment, we learned the use of 1602 LCD. Here we make a simple temperature sensor, through a LM35 temperature sensor to read the room temperature, the temperature displayed on the 1602 LCD screen. The last time we use d the hand-written code to drive the LCD, this time we directly use LiquidCrystal library to drive, this library file allows arduino control board to control the LCD based on Hitachi HD44780 or be compatible with most of the chip . Work ing in 4bit or 8bit state. The picture below shows the location of the LiquidCrystal library file for arduino we use, and the library file only shown here can be called by ard...