1703535611
#include<LiquidCrystal_I2ch>
#include<Wire.h>
#Define BUTTON_PIN 13
#Define BUTTON2_PIN 8
#Define BUTTON3_PIN 9
#Define BUTTON4_PIN 6
#Define BUTTON5_PIN 7
#Define BUTTON6_PIN 11
void setup() {
lcd.begin();
pinMode(BUTTON1_PIN,INPUT);
pinMode(BUTTON2_PIN,INPUT);
pinMode(BUTTON3_PIN,INPUT);
pinMode(BUTTON4_PIN,INPUT);
pinMode(Button5_Pin,INPUT);
pinMode(BUTTON6_Pin,INPUT);
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}