File tree 7 files changed +14
-0
lines changed
7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
142
142
#define PIN_WIRE_SCL (12u)
143
143
#define PERIPH_WIRE sercom2
144
144
#define WIRE_IT_HANDLER SERCOM2_Handler
145
+ static const uint8_t SDA = PIN_WIRE_SDA ;
146
+ static const uint8_t SCL = PIN_WIRE_SCL ;
145
147
146
148
// USB
147
149
// ---
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
122
122
#define PIN_WIRE_SCL (12u)
123
123
#define PERIPH_WIRE sercom2
124
124
#define WIRE_IT_HANDLER SERCOM2_Handler
125
+ static const uint8_t SDA = PIN_WIRE_SDA ;
126
+ static const uint8_t SCL = PIN_WIRE_SCL ;
125
127
126
128
// USB
127
129
// ---
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
123
123
#define PIN_WIRE_SCL (12u)
124
124
#define PERIPH_WIRE sercom2
125
125
#define WIRE_IT_HANDLER SERCOM2_Handler
126
+ static const uint8_t SDA = PIN_WIRE_SDA ;
127
+ static const uint8_t SCL = PIN_WIRE_SCL ;
126
128
127
129
// USB
128
130
// ---
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
126
126
#define PIN_WIRE_SCL (12u)
127
127
#define PERIPH_WIRE sercom0
128
128
#define WIRE_IT_HANDLER SERCOM0_Handler
129
+ static const uint8_t SDA = PIN_WIRE_SDA ;
130
+ static const uint8_t SCL = PIN_WIRE_SCL ;
129
131
130
132
// USB
131
133
// ---
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
132
132
#define PIN_WIRE_SCL (12u)
133
133
#define PERIPH_WIRE sercom2
134
134
#define WIRE_IT_HANDLER SERCOM2_Handler
135
+ static const uint8_t SDA = PIN_WIRE_SDA ;
136
+ static const uint8_t SCL = PIN_WIRE_SCL ;
135
137
136
138
// USB
137
139
// ---
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
139
139
#define PIN_WIRE_SCL (12u)
140
140
#define PERIPH_WIRE sercom2
141
141
#define WIRE_IT_HANDLER SERCOM2_Handler
142
+ static const uint8_t SDA = PIN_WIRE_SDA ;
143
+ static const uint8_t SCL = PIN_WIRE_SCL ;
142
144
143
145
// USB
144
146
// ---
Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
136
136
#define PIN_WIRE_SCL (12u)
137
137
#define PERIPH_WIRE sercom2
138
138
#define WIRE_IT_HANDLER SERCOM2_Handler
139
+ static const uint8_t SDA = PIN_WIRE_SDA ;
140
+ static const uint8_t SCL = PIN_WIRE_SCL ;
139
141
140
142
// USB
141
143
// ---
You can’t perform that action at this time.
0 commit comments