File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
variants/STM32WBxx/WB55R(C-E-G)V Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 7070// GPIO expander
7171// Not used by Arduino only here for documentation purpose
7272// Upper pad
73- #define GPIO1 44 // P28
74- #define GPIO2 45 // P29
75- #define GPIO3 46 // P24
76- #define GPIO4 47 // P25
73+ // GPIO1 --> P28
74+ // GPIO2 --> P29
75+ // GPIO3 --> P24
76+ // GPIO4 --> P25
7777
7878// 4 directions switches
79- #define GPIO5 48
80- #define GPIO6 49
81- #define GPIO7 50
82- #define GPIO8 51
79+ // GPIO5
80+ // GPIO6
81+ // GPIO7
82+ // GPIO8
8383
8484// STeaMi's PinName
8585#define ACTIVATE_3V3_STLINK PB2
157157// On-board user button
158158#define A_BUTTON PA7
159159#define B_BUTTON PA8
160- #define DOWN_BUTTON GPIO6
161- #define LEFT_BUTTON GPIO7
162160#define MENU_BUTTON PA0
163- #define RIGHT_BUTTON GPIO5
164- #define UP_BUTTON GPIO8
161+
162+ // DOWN_BUTTON --> GPIO6
163+ // LEFT_BUTTON --> GPIO7
164+ // RIGHT_BUTTON --> GPIO5
165+ // UP_BUTTON --> GPIO8
165166
166167#ifndef USER_BTN
167168 #define USER_BTN MENU_BUTTON
You can’t perform that action at this time.
0 commit comments