File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ const uint32_t g_ADigitalPinMap[] =
77
77
22 , // D40 is P0.22 (QSPI Data 1)
78
78
23 , // D41 is P0.23 (QSPI Data 2)
79
79
21 , // D42 is P0.21 (QSPI Data 3)
80
+
81
+ 10 , // D43 is P0.10 white LED control
82
+ 9 , // D44 is P0.09 APDS IRQ
83
+ 38 , // D45 is P1.06 LSM6DS33 IRQ
80
84
};
81
85
82
86
void initVariant ()
Original file line number Diff line number Diff line change 21
21
22
22
/** Master clock frequency */
23
23
#define VARIANT_MCK (64000000ul)
24
-
25
- //#define USE_LFXO // Board uses 32khz crystal for LF
26
24
#define USE_LFRC // Board uses RC for LF
27
25
28
26
/*----------------------------------------------------------------------------
@@ -37,8 +35,8 @@ extern "C"
37
35
#endif // __cplusplus
38
36
39
37
// Number of pins defined in PinDescription array
40
- #define PINS_COUNT (43 )
41
- #define NUM_DIGITAL_PINS (43 )
38
+ #define PINS_COUNT (46 )
39
+ #define NUM_DIGITAL_PINS (46 )
42
40
#define NUM_ANALOG_INPUTS (8)
43
41
#define NUM_ANALOG_OUTPUTS (0)
44
42
You can’t perform that action at this time.
0 commit comments