Skip to content
Snippets Groups Projects
Commit 2b567d0b authored by schneider's avatar schneider
Browse files

fix(board): Add button 2 of the prototype

parent c012ba63
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ extern uint32_t SystemCoreClock;
const gpio_cfg_t pb_pin[] = {
{PORT_0, PIN_23, GPIO_FUNC_IN, GPIO_PAD_PULL_UP}, // TOP GPIO3 / Button 1
{PORT_0, PIN_20, GPIO_FUNC_IN, GPIO_PAD_PULL_UP}, // Wristband GPIO1
{PORT_1, PIN_7, GPIO_FUNC_IN, GPIO_PAD_PULL_UP}, // TOP GPIO5 / Button 2
};
const unsigned int num_pbs = (sizeof(pb_pin) / sizeof(gpio_cfg_t));
......
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