Skip to content

Commit dd07a7a

Browse files
committed
fix(arduino-mega): mixed up SDA/SCL pin labels
1 parent 4c8d1e7 commit dd07a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino-mega-element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ export class ArduinoMegaElement extends LitElement {
295295
<tspan x="0" dy="2.54">RX2 17</tspan>
296296
<tspan x="0" dy="2.54">TX1 18</tspan>
297297
<tspan x="0" dy="2.54">RX1 19</tspan>
298-
<tspan x="0" dy="2.54">SCL 20</tspan>
299-
<tspan x="0" dy="2.54">SDA 21</tspan>
298+
<tspan x="0" dy="2.54">SDA 20</tspan>
299+
<tspan x="0" dy="2.54">SCL 21</tspan>
300300
<tspan x="0" dy="2.54">&nbsp;</tspan>
301301
</text>
302302

0 commit comments

Comments
 (0)