const int button1 = 22 ;
const int button1 = 23 ;
const int button1 = 24 ;
const int button1 = 25 ;
void setup() {
serial.begin(9600);
serial.println("")
pinMode ( button1 , INPUT) ;
pinMode ( button2 , INPUT) ;
pinMode ( button3 , INPUT) ;
pinMode ( button4 , INPUT) ;
}
void loop ()