File tree 1 file changed +7
-9
lines changed
boards/arm/stm32f7/nucleo-f767zi/include
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 310
310
* has halted.
311
311
*/
312
312
313
- /* Button definitions *******************************************************/
314
-
315
- /* The STM32F7 Discovery supports one button: Pushbutton B1, labeled "User",
313
+ /* Button definitions
314
+ * The STM32F7 Discovery supports one button: Pushbutton B1, labeled "User",
316
315
* is connected to GPIO PI11.
317
316
* A high value will be sensed when the button is depressed.
318
317
*
319
318
* For the external application the following configuration will be used:
320
319
*
321
- * ====== ext button SOLUTION =======
320
+ * ====== external buttons =======
322
321
*
323
- * BT_a --> BTN1 --> BTN_BLUE --> PG9 --> D0 --> CN10
324
- * BT_b --> BTN2 --> BTN_RED --> PG14 --> D1 --> CN10
325
- * BT_b --> BTN3 --> BTN_YELLOW --> PF15 --> D2 --> CN10
326
- * BT_d --> BTN4 --> BTN_GREEN --> PE13 --> D3 --> CN10
322
+ * BTN1 -->PG9 -->D0 --> CN10
323
+ * BTN2 -->PG14 -->D1 --> CN10
324
+ * BTN3 -->PF15 -->D2 --> CN10
325
+ * BTN4 -->PE13 -->D3 --> CN10
327
326
*/
328
327
329
-
330
328
#define NUM_BUTTONS 4
331
329
332
330
#define BUTTON_USER1 0
You can’t perform that action at this time.
0 commit comments