File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ const uint32_t g_ADigitalPinMap[] =
67
67
37 , // P1.05 (TFT LITE)
68
68
69
69
// 35 & 36 - PDM mic
70
- 40 , // D35 is P1.08 (PDM DAT)
71
- 11 , // D36 is P0.11 (PDM CLK)
70
+ 0 , // D35 is P0.00 (PDM DAT)
71
+ 1 , // D36 is P0.01 (PDM CLK)
72
72
73
73
// QSPI pins (not exposed via any header / test point)
74
74
19 , // D37 is P0.19 (QSPI CLK)
@@ -81,6 +81,7 @@ const uint32_t g_ADigitalPinMap[] =
81
81
10 , // D43 is P0.10 white LED control
82
82
9 , // D44 is P0.09 APDS IRQ
83
83
38 , // D45 is P1.06 LSM6DS33 IRQ
84
+ 32 , // D46 is P1.00 Speaker/buzzer
84
85
};
85
86
86
87
void initVariant ()
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ extern "C"
35
35
#endif // __cplusplus
36
36
37
37
// Number of pins defined in PinDescription array
38
- #define PINS_COUNT (46 )
39
- #define NUM_DIGITAL_PINS (46 )
38
+ #define PINS_COUNT (47 )
39
+ #define NUM_DIGITAL_PINS (47 )
40
40
#define NUM_ANALOG_INPUTS (8)
41
41
#define NUM_ANALOG_OUTPUTS (0)
42
42
You can’t perform that action at this time.
0 commit comments