void setup() {
#define btn 13;
INPUT_PULLUP 13;
pinMode(btn, INPUT);
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
#define btn 13;
INPUT_PULLUP 13;
pinMode(btn, INPUT);
}
void loop() {
// put your main code here, to run repeatedly:
}