File tree Expand file tree Collapse file tree 12 files changed +36
-0
lines changed
Taida_Century_nRF52_minidev Expand file tree Collapse file tree 12 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
94
94
#define PIN_WIRE_SDA (20u)
95
95
#define PIN_WIRE_SCL (19u)
96
96
97
+ static const uint8_t SDA = PIN_WIRE_SDA ;
98
+ static const uint8_t SCL = PIN_WIRE_SCL ;
99
+
97
100
#ifdef __cplusplus
98
101
}
99
102
#endif
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
88
88
#define PIN_WIRE_SDA (2u)
89
89
#define PIN_WIRE_SCL (3u)
90
90
91
+ static const uint8_t SDA = PIN_WIRE_SDA ;
92
+ static const uint8_t SCL = PIN_WIRE_SCL ;
93
+
91
94
#ifdef __cplusplus
92
95
}
93
96
#endif
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ static const uint8_t SCK1 = PIN_SPI1_SCK ;
107
107
#define PIN_WIRE_SDA (0u)
108
108
#define PIN_WIRE_SCL (1u)
109
109
110
+ static const uint8_t SDA = PIN_WIRE_SDA ;
111
+ static const uint8_t SCL = PIN_WIRE_SCL ;
112
+
110
113
#ifdef __cplusplus
111
114
}
112
115
#endif
Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
96
96
#define PIN_WIRE_SDA (20u)
97
97
#define PIN_WIRE_SCL (21u)
98
98
99
+ static const uint8_t SDA = PIN_WIRE_SDA ;
100
+ static const uint8_t SCL = PIN_WIRE_SCL ;
101
+
99
102
#ifdef __cplusplus
100
103
}
101
104
#endif
Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ extern "C"
110
110
#define PIN_WIRE_SDA (25u)
111
111
#define PIN_WIRE_SCL (24u)
112
112
113
+ static const uint8_t SDA = PIN_WIRE_SDA ;
114
+ static const uint8_t SCL = PIN_WIRE_SCL ;
115
+
113
116
#else
114
117
/* PCA10000
115
118
* *********/
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
88
88
#define PIN_WIRE_SDA (20u)
89
89
#define PIN_WIRE_SCL (21u)
90
90
91
+ static const uint8_t SDA = PIN_WIRE_SDA ;
92
+ static const uint8_t SCL = PIN_WIRE_SCL ;
93
+
91
94
#ifdef __cplusplus
92
95
}
93
96
#endif
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
87
87
#define PIN_WIRE_SDA (2u)
88
88
#define PIN_WIRE_SCL (3u)
89
89
90
+ static const uint8_t SDA = PIN_WIRE_SDA ;
91
+ static const uint8_t SCL = PIN_WIRE_SCL ;
92
+
90
93
#ifdef __cplusplus
91
94
}
92
95
#endif
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
91
91
#define PIN_WIRE_SDA (20u)
92
92
#define PIN_WIRE_SCL (21u)
93
93
94
+ static const uint8_t SDA = PIN_WIRE_SDA ;
95
+ static const uint8_t SCL = PIN_WIRE_SCL ;
96
+
94
97
#ifdef __cplusplus
95
98
}
96
99
#endif
Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
101
101
#define PIN_WIRE_SDA (2u)
102
102
#define PIN_WIRE_SCL (3u)
103
103
104
+ static const uint8_t SDA = PIN_WIRE_SDA ;
105
+ static const uint8_t SCL = PIN_WIRE_SCL ;
106
+
104
107
#ifdef __cplusplus
105
108
}
106
109
#endif
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
104
104
#define PIN_WIRE_SDA (0u)
105
105
#define PIN_WIRE_SCL (1u)
106
106
107
+ static const uint8_t SDA = PIN_WIRE_SDA ;
108
+ static const uint8_t SCL = PIN_WIRE_SCL ;
109
+
107
110
#ifdef __cplusplus
108
111
}
109
112
#endif
You can’t perform that action at this time.
0 commit comments