File tree 1 file changed +13
-12
lines changed
variants/STM32WBxx/WB55R(C-E-G)V
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 70
70
// GPIO expander
71
71
// Not used by Arduino only here for documentation purpose
72
72
// 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
77
77
78
78
// 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
83
83
84
84
// STeaMi's PinName
85
85
#define ACTIVATE_3V3_STLINK PB2
157
157
// On-board user button
158
158
#define A_BUTTON PA7
159
159
#define B_BUTTON PA8
160
- #define DOWN_BUTTON GPIO6
161
- #define LEFT_BUTTON GPIO7
162
160
#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
165
166
166
167
#ifndef USER_BTN
167
168
#define USER_BTN MENU_BUTTON
You can’t perform that action at this time.
0 commit comments