#define bool x,x; void setup() { pinMode(, INPUT_PULLUP); pinMode(, OUTPUT); } void loop() { x = !digitalRead(); }