void setup() { pinMode(2, INPUT); // Blue_button pinMode(8, OUTPUT); // Blue_LED pinMode(3, INPUT); // Yellow_button pinMode(9, OUTPUT); // Yellow_LED pinMode(4 ...