What character is that supposed to be?
Note: You should use the modern:
pinMode(Key3, INPUT_PULLUP);
instead of the archaic:
pinMode(Key3, INPUT);
digitalWrite(Key3, HIGH);
What character is that supposed to be?
Note: You should use the modern:
pinMode(Key3, INPUT_PULLUP);
instead of the archaic:
pinMode(Key3, INPUT);
digitalWrite(Key3, HIGH);