// Button with a pull down resistor set up int button1 = 8; //sets button to pin 8 void setup() { } void loop() { }