Skip to content

Commit f4cdeb6

Browse files
committed
fix(uno): pin 7 incorrectly marked as PWM #66
fix #66
1 parent 8c3ab13 commit f4cdeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino-uno-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class ArduinoUnoElement extends LitElement {
240240
<tspan x="0" dy="2.54">~10</tspan>
241241
<tspan x="0" dy="2.54">~9</tspan>
242242
<tspan x="0" dy="2.54">8</tspan>
243-
<tspan x="0" dy="4.08">~7</tspan>
243+
<tspan x="0" dy="4.08">7</tspan>
244244
<tspan x="0" dy="2.54">~6</tspan>
245245
<tspan x="0" dy="2.54">~5</tspan>
246246
<tspan x="0" dy="2.54">4</tspan>

0 commit comments

Comments
 (0)