Skip to content

Commit 0500284

Browse files
committed
fix: mpu6050 rename ADO to AD0
1 parent afcfdb3 commit 0500284

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/mpu6050-element.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class MPU6050Element extends LitElement {
88

99
readonly pinInfo: ElementPin[] = [
1010
{ name: 'INT', x: 7.28, y: 5.78, signals: [] },
11-
{ name: 'ADO', x: 16.9, y: 5.78, signals: [] },
11+
{ name: 'AD0', x: 16.9, y: 5.78, signals: [] },
1212
{ name: 'XCL', x: 26.4, y: 5.78, signals: [] },
1313
{ name: 'XDA', x: 36.0, y: 5.78, signals: [] },
1414
{ name: 'SDA', x: 45.6, y: 5.78, signals: [i2c('SDA')] },
@@ -144,28 +144,28 @@ export class MPU6050Element extends LitElement {
144144
font-size="3.6px"
145145
x="10.056"
146146
>
147-
<tspan x="10.056" y="-6.193">
147+
<tspan x="10.056" y="-6">
148148
INT
149149
</tspan>
150-
<tspan x="10.056" y="-15.817">
151-
ADO
150+
<tspan x="10.056" y="-15.5">
151+
AD0
152152
</tspan>
153153
<tspan x="10.056" y="-25.157">
154154
XCL
155155
</tspan>
156-
<tspan x="10.056" y="-34.891">
156+
<tspan x="10.056" y="-34.5">
157157
XDA
158158
</tspan>
159-
<tspan x="10.056" y="-44.383">
159+
<tspan x="10.056" y="-44.38">
160160
SDA
161161
</tspan>
162-
<tspan x="9.911" y="-54.049">
162+
<tspan x="9.911" y="-54">
163163
SCL
164164
</tspan>
165-
<tspan x="10.057" y="-63.545">
165+
<tspan x="10.057" y="-63.54">
166166
GND
167167
</tspan>
168-
<tspan x="10.057" y="-73.260">
168+
<tspan x="10.057" y="-73">
169169
VCC
170170
</tspan>
171171
</text>

0 commit comments

Comments
 (0)