const byte buttonPin = 2;
const byte buttonPin10 = 10;
pinMode(buttonPin, INPUT_PULLUP);
pinMode(buttonPin10, INPUT_PULLUP);
while ( (digitalRead(buttonPin) == HIGH) || ((digitalRead(buttonPin) == HIGH) )
const byte buttonPin = 2;
const byte buttonPin10 = 10;
pinMode(buttonPin, INPUT_PULLUP);
pinMode(buttonPin10, INPUT_PULLUP);
while ( (digitalRead(buttonPin) == HIGH) || ((digitalRead(buttonPin) == HIGH) )