File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed
Taida_Century_nRF52_minidev Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ static const uint8_t SCK = PIN_SPI_SCK ;
90
90
static const uint8_t SDA = PIN_WIRE_SDA ;
91
91
static const uint8_t SCL = PIN_WIRE_SCL ;
92
92
93
+ /*
94
+ * Reset Button at P0.21
95
+ */
96
+ #define RESET_PIN 21
97
+
93
98
#ifdef __cplusplus
94
99
}
95
100
#endif
Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ static const uint8_t SCK = PIN_SPI_SCK ;
94
94
static const uint8_t SDA = PIN_WIRE_SDA ;
95
95
static const uint8_t SCL = PIN_WIRE_SCL ;
96
96
97
+ /*
98
+ * Reset Button at P0.21
99
+ */
100
+ #define RESET_PIN 21
101
+
97
102
#ifdef __cplusplus
98
103
}
99
104
#endif
Original file line number Diff line number Diff line change @@ -104,6 +104,11 @@ static const uint8_t SCK = PIN_SPI_SCK ;
104
104
static const uint8_t SDA = PIN_WIRE_SDA ;
105
105
static const uint8_t SCL = PIN_WIRE_SCL ;
106
106
107
+ /*
108
+ * Reset Button at P0.21
109
+ */
110
+ #define RESET_PIN 21
111
+
107
112
#ifdef __cplusplus
108
113
}
109
114
#endif
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ static const uint8_t SCK = PIN_SPI_SCK ;
99
99
#define PIN_WIRE_SDA (12u)
100
100
#define PIN_WIRE_SCL (10u)
101
101
102
+ /*
103
+ * Reset Button at P0.21
104
+ */
105
+ #define RESET_PIN 21
106
+
102
107
#ifdef __cplusplus
103
108
}
104
109
#endif
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ static const uint8_t SCK = PIN_SPI_SCK ;
99
99
#define PIN_WIRE_SDA (7)
100
100
#define PIN_WIRE_SCL (8)
101
101
102
+ /*
103
+ * Reset Button at P0.21
104
+ */
105
+ #define RESET_PIN 21
106
+
102
107
#ifdef __cplusplus
103
108
}
104
109
#endif
Original file line number Diff line number Diff line change @@ -108,6 +108,11 @@ static const uint8_t SCK = PIN_SPI_SCK ;
108
108
static const uint8_t SDA = PIN_WIRE_SDA ;
109
109
static const uint8_t SCL = PIN_WIRE_SCL ;
110
110
111
+ /*
112
+ * Reset Button at P0.21
113
+ */
114
+ #define RESET_PIN 21
115
+
111
116
#ifdef __cplusplus
112
117
}
113
118
#endif
You can’t perform that action at this time.
0 commit comments