Warum wird in meiner IF-Anweisung kein globaler Wert angezeigt?

Ich bin ziemlich neu in der Arduino-Programmierung. Ich habe ein Problem beim Kompilieren des folgenden Codebits: const int relay1 = 10; //Power Relay 1 const int relay2 = 11; //Power Relay 2 const int relay3 = 12; //Toggle Relay const int button1 = 3; const int button2 = 4; const int button3 = 5;...