#include < LiquidCrystal1_I2C.h>
#define LCD_ADDR 0×27
#define LCD_COLUMNS 16
#define LCD_ROWS 2
LiquidCrystal_I2C Icd(LCD_ADDR,LCD_COLUMNS,LCD_ROWS);
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}