#include <LiquidCrystal_12C.h>
#define LCD_ADOR 0*27
#define LCD_COLUMNS 16
#define LCD_ROWS 2
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <LiquidCrystal_12C.h>
#define LCD_ADOR 0*27
#define LCD_COLUMNS 16
#define LCD_ROWS 2
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}