We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be18594 commit 62e113fCopy full SHA for 62e113f
variants/circuitplayground_nrf52840/variant.cpp
@@ -69,7 +69,8 @@ const uint32_t g_ADigitalPinMap[] =
69
32, // D33 is P1.00 (QSPI Data 2)
70
22, // D34 is P0.22 (QSPI Data 3)
71
72
-
+ // D35 power switch
73
+ 6, // D36 is P0.06 (NeoPixel / Sensor switch)
74
};
75
76
void initVariant()
variants/circuitplayground_nrf52840/variant.h
@@ -37,8 +37,8 @@ extern "C"
37
#endif // __cplusplus
38
39
// Number of pins defined in PinDescription array
40
-#define PINS_COUNT (35)
41
-#define NUM_DIGITAL_PINS (35)
+#define PINS_COUNT (36)
+#define NUM_DIGITAL_PINS (36)
42
#define NUM_ANALOG_INPUTS (8)
43
#define NUM_ANALOG_OUTPUTS (0)
44
0 commit comments