Skip to content
Snippets Groups Projects
Unverified Commit d99d72c5 authored by Gunar Schorcht's avatar Gunar Schorcht Committed by GitHub
Browse files

Merge pull request #10737 from aabadie/pr/boards/esp32-wroom-32-button

boards/esp32-wroom-32: configure saul button as inverted
parents d55d72bc 081c4a9c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ static const saul_gpio_params_t saul_gpio_params[] =
.name = "BUT1",
.pin = BUTTON0_PIN,
.mode = GPIO_IN,
.flags = 0
.flags = SAUL_GPIO_INVERTED
},
};
......
......@@ -33,7 +33,7 @@ static const saul_gpio_params_t saul_gpio_params[] =
.name = "BOOT",
.pin = BUTTON0_PIN,
.mode = GPIO_IN,
.flags = 0
.flags = SAUL_GPIO_INVERTED
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment