File tree 2 files changed +2
-4
lines changed
variants/STM32WBxx/WB55R(C-E-G)V
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 156
156
// pins are NOT connected to anything by default.
157
157
#define SERIAL_PORT_MONITOR Serial
158
158
#define SERIAL_PORT_HARDWARE Serial1
159
- #endif
159
+ #endif
Original file line number Diff line number Diff line change 67
67
#define NUM_DIGITAL_PINS 44
68
68
#define NUM_ANALOG_INPUTS 6
69
69
70
+ // Not used by Arduino only here for documentation purpose
70
71
// Upper pad
71
72
#define GPIO1 44 // P28
72
73
#define GPIO2 45 // P29
207
208
#define HAL_QSPI_MODULE_ENABLED
208
209
#endif
209
210
210
- /* backward compatibility */
211
- #define ARDUINO_PNUCLEO_WB55RG
212
-
213
211
/*----------------------------------------------------------------------------
214
212
* Arduino objects - C++ only
215
213
*----------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments