@vinjocarsales/xiao-series 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ import type { CadModelProp, CommonLayoutProps } from "@tscircuit/props";
2
+ export interface XiaoEsp32C3DipProps extends CommonLayoutProps {
3
+ name: string;
4
+ cadModel?: CadModelProp;
5
+ }
6
+ export declare const XiaoEsp32C3Dip: (props: XiaoEsp32C3DipProps) => import("react").JSX.Element;
7
+ export declare const useXiaoEsp32C3Dip: <PropsFromHook extends Omit<XiaoEsp32C3DipProps, "name"> | undefined = undefined>(name: string, props?: PropsFromHook | undefined) => import("@tscircuit/core").ComponentWithPins<XiaoEsp32C3DipProps, "pin1" | "D0" | "pin2" | "D1" | "pin3" | "D2" | "pin4" | "D3" | "pin5" | "D4" | "pin6" | "D5" | "pin7" | "D6" | "pin8" | "D7" | "pin9" | "D8" | "pin10" | "D9" | "pin11" | "D10" | "pin12" | "3V3" | "pin13" | "GND" | "pin14" | "5V", PropsFromHook>;
@@ -0,0 +1,7 @@
1
+ import type { CadModelProp, CommonLayoutProps } from "@tscircuit/props";
2
+ export interface XiaoEsp32C3SmdProps extends CommonLayoutProps {
3
+ name: string;
4
+ cadModel?: CadModelProp;
5
+ }
6
+ export declare const XiaoEsp32C3Smd: (props: XiaoEsp32C3SmdProps) => import("react").JSX.Element;
7
+ export declare const useXiaoEsp32C3Smd: <PropsFromHook extends Omit<XiaoEsp32C3SmdProps, "name"> | undefined = undefined>(name: string, props?: PropsFromHook | undefined) => import("@tscircuit/core").ComponentWithPins<XiaoEsp32C3SmdProps, "pin1" | "D0" | "pin2" | "D1" | "pin3" | "D2" | "pin4" | "D3" | "pin5" | "D4" | "pin6" | "D5" | "pin7" | "D6" | "pin8" | "D7" | "pin9" | "D8" | "pin10" | "D9" | "pin11" | "D10" | "pin12" | "3V3" | "pin13" | "GND" | "pin14" | "5V", PropsFromHook>;
@@ -0,0 +1,6 @@
1
+ import type { CommonLayoutProps } from "@tscircuit/props";
2
+ export interface XiaoEsp32S3DipProps extends CommonLayoutProps {
3
+ name: string;
4
+ }
5
+ export declare const XiaoEsp32S3Dip: (props: XiaoEsp32S3DipProps) => import("react").JSX.Element;
6
+ export declare const useXiaoEsp32S3Dip: <PropsFromHook extends Omit<XiaoEsp32S3DipProps, "name"> | undefined = undefined>(name: string, props?: PropsFromHook | undefined) => import("@tscircuit/core").ComponentWithPins<XiaoEsp32S3DipProps, "pin1" | "D0" | "pin2" | "D1" | "pin3" | "D2" | "pin4" | "D3" | "pin5" | "D4" | "pin6" | "D5" | "pin7" | "D6" | "pin8" | "D7" | "pin9" | "D8" | "pin10" | "D9" | "pin11" | "D10" | "pin12" | "3V3" | "pin13" | "GND" | "pin14" | "VBUS", PropsFromHook>;
@@ -0,0 +1,6 @@
1
+ import type { CommonLayoutProps } from "@tscircuit/props";
2
+ export interface XiaoEsp32S3SmdProps extends CommonLayoutProps {
3
+ name: string;
4
+ }
5
+ export declare const XiaoEsp32S3Smd: (props: XiaoEsp32S3SmdProps) => import("react").JSX.Element;
6
+ export declare const useXiaoEsp32S3Smd: <PropsFromHook extends Omit<XiaoEsp32S3SmdProps, "name"> | undefined = undefined>(name: string, props?: PropsFromHook | undefined) => import("@tscircuit/core").ComponentWithPins<XiaoEsp32S3SmdProps, "pin1" | "D0" | "pin2" | "D1" | "pin3" | "D2" | "pin4" | "D3" | "pin5" | "D4" | "pin6" | "D5" | "pin7" | "D6" | "pin8" | "D7" | "pin9" | "D8" | "pin10" | "D9" | "pin11" | "D10" | "pin12" | "3V3" | "pin13" | "GND" | "pin14" | "VBUS", PropsFromHook>;
@@ -0,0 +1,16 @@
1
+ export declare const xiaoEsp32C3CadModel: {
2
+ stepUrl: string;
3
+ modelUnitToMmScale: number;
4
+ modelBoardNormalDirection: "z+";
5
+ zOffsetFromSurface: string;
6
+ rotationOffset: {
7
+ x: number;
8
+ y: number;
9
+ z: number;
10
+ };
11
+ positionOffset: {
12
+ x: number;
13
+ y: number;
14
+ z: number;
15
+ };
16
+ };
@@ -0,0 +1,4 @@
1
+ export declare const xiaoEsp32S3DipFootprint: import("react").JSX.Element;
2
+ export declare const xiaoEsp32C3DipFootprint: import("react").JSX.Element;
3
+ export declare const xiaoEsp32S3SmdFootprint: import("react").JSX.Element;
4
+ export declare const xiaoEsp32C3SmdFootprint: import("react").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export { XiaoEsp32C3Dip, useXiaoEsp32C3Dip, type XiaoEsp32C3DipProps, } from "./XiaoEsp32C3Dip";
2
+ export { XiaoEsp32C3Smd, useXiaoEsp32C3Smd, type XiaoEsp32C3SmdProps, } from "./XiaoEsp32C3Smd";
3
+ export { XiaoEsp32S3Dip, useXiaoEsp32S3Dip, type XiaoEsp32S3DipProps, } from "./XiaoEsp32S3Dip";
4
+ export { XiaoEsp32S3Smd, useXiaoEsp32S3Smd, type XiaoEsp32S3SmdProps, } from "./XiaoEsp32S3Smd";
5
+ export { xiaoEsp32C3DipFootprint, xiaoEsp32C3SmdFootprint, xiaoEsp32S3DipFootprint, xiaoEsp32S3SmdFootprint, } from "./footprints";
6
+ export { xiaoEsp32C3HookPins, xiaoEsp32C3PinAttributes, xiaoEsp32C3PinLabels, xiaoEsp32S3HookPins, xiaoEsp32S3PinAttributes, xiaoEsp32S3PinLabels, } from "./pins";
7
+ export { xiaoEsp32C3CadModel } from "./cadModels";
package/dist/index.js ADDED
@@ -0,0 +1,558 @@
1
+ // src/XiaoEsp32C3Dip.tsx
2
+ import { createUseComponent } from "@tscircuit/core";
3
+
4
+ // src/cadModels.ts
5
+ var xiaoEsp32C3StepUrl = "https://unpkg.com/@vinjocarsales/xiao-series/assets/xiao-esp32-c3.step";
6
+ var xiaoEsp32C3CadModel = {
7
+ stepUrl: xiaoEsp32C3StepUrl,
8
+ modelUnitToMmScale: 1,
9
+ modelBoardNormalDirection: "z+",
10
+ zOffsetFromSurface: "0mm",
11
+ rotationOffset: { x: 90, y: 90, z: 0 },
12
+ positionOffset: { x: 6, y: -2, z: 0 }
13
+ };
14
+
15
+ // src/footprints.tsx
16
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
17
+ var xiaoDipPads = [
18
+ { pin: "pin1", label: "D0", x: -7.62, y: 7.6835 },
19
+ { pin: "pin2", label: "D1", x: -7.62, y: 5.1435 },
20
+ { pin: "pin3", label: "D2", x: -7.62, y: 2.6035 },
21
+ { pin: "pin4", label: "D3", x: -7.62, y: 0.0635 },
22
+ { pin: "pin5", label: "D4", x: -7.62, y: -2.4765 },
23
+ { pin: "pin6", label: "D5", x: -7.62, y: -5.0165 },
24
+ { pin: "pin7", label: "D6", x: -7.62, y: -7.5565 },
25
+ { pin: "pin8", label: "D7", x: 7.62, y: -7.5565 },
26
+ { pin: "pin9", label: "D8", x: 7.62, y: -5.0165 },
27
+ { pin: "pin10", label: "D9", x: 7.62, y: -2.4765 },
28
+ { pin: "pin11", label: "D10", x: 7.62, y: 0.0635 },
29
+ { pin: "pin12", label: "3V3", x: 7.62, y: 2.6035 },
30
+ { pin: "pin13", label: "GND", x: 7.62, y: 5.1435 },
31
+ { pin: "pin14", label: "VBUS", x: 7.62, y: 7.6835 }
32
+ ];
33
+ var xiaoEsp32C3DipPads = xiaoDipPads.map(
34
+ (pad) => pad.pin === "pin14" ? { ...pad, label: "5V" } : pad
35
+ );
36
+ var xiaoEsp32C3SmdPads = [
37
+ {
38
+ pin: "pin1",
39
+ label: "D0",
40
+ x: -8.0825,
41
+ y: 7.62,
42
+ width: 2.75,
43
+ height: 2,
44
+ shape: "rect",
45
+ cornerRadius: 0.5
46
+ },
47
+ {
48
+ pin: "pin2",
49
+ label: "D1",
50
+ x: -8.0825,
51
+ y: 5.08,
52
+ width: 2.75,
53
+ height: 2,
54
+ shape: "rect",
55
+ cornerRadius: 0.5
56
+ },
57
+ {
58
+ pin: "pin3",
59
+ label: "D2",
60
+ x: -8.0825,
61
+ y: 2.54,
62
+ width: 2.75,
63
+ height: 2,
64
+ shape: "rect",
65
+ cornerRadius: 0.5
66
+ },
67
+ {
68
+ pin: "pin4",
69
+ label: "D3",
70
+ x: -8.0825,
71
+ y: 0,
72
+ width: 2.75,
73
+ height: 2,
74
+ shape: "rect",
75
+ cornerRadius: 0.5
76
+ },
77
+ {
78
+ pin: "pin5",
79
+ label: "D4",
80
+ x: -8.0825,
81
+ y: -2.54,
82
+ width: 2.75,
83
+ height: 2,
84
+ shape: "rect",
85
+ cornerRadius: 0.5
86
+ },
87
+ {
88
+ pin: "pin6",
89
+ label: "D5",
90
+ x: -8.0825,
91
+ y: -5.08,
92
+ width: 2.75,
93
+ height: 2,
94
+ shape: "rect",
95
+ cornerRadius: 0.5
96
+ },
97
+ {
98
+ pin: "pin7",
99
+ label: "D6",
100
+ x: -8.0825,
101
+ y: -7.62,
102
+ width: 2.75,
103
+ height: 2,
104
+ shape: "rect",
105
+ cornerRadius: 0.5
106
+ },
107
+ {
108
+ pin: "pin8",
109
+ label: "D7",
110
+ x: 8.0825,
111
+ y: -7.62,
112
+ width: 2.75,
113
+ height: 2,
114
+ shape: "rect",
115
+ cornerRadius: 0.5
116
+ },
117
+ {
118
+ pin: "pin9",
119
+ label: "D8",
120
+ x: 8.0825,
121
+ y: -5.08,
122
+ width: 2.75,
123
+ height: 2,
124
+ shape: "rect",
125
+ cornerRadius: 0.5
126
+ },
127
+ {
128
+ pin: "pin10",
129
+ label: "D9",
130
+ x: 8.0825,
131
+ y: -2.54,
132
+ width: 2.75,
133
+ height: 2,
134
+ shape: "rect",
135
+ cornerRadius: 0.5
136
+ },
137
+ {
138
+ pin: "pin11",
139
+ label: "D10",
140
+ x: 8.0825,
141
+ y: 0,
142
+ width: 2.75,
143
+ height: 2,
144
+ shape: "rect",
145
+ cornerRadius: 0.5
146
+ },
147
+ {
148
+ pin: "pin12",
149
+ label: "3V3",
150
+ x: 8.0825,
151
+ y: 2.54,
152
+ width: 2.75,
153
+ height: 2,
154
+ shape: "rect",
155
+ cornerRadius: 0.5
156
+ },
157
+ {
158
+ pin: "pin13",
159
+ label: "GND",
160
+ x: 8.0825,
161
+ y: 5.08,
162
+ width: 2.75,
163
+ height: 2,
164
+ shape: "rect",
165
+ cornerRadius: 0.5
166
+ },
167
+ {
168
+ pin: "pin14",
169
+ label: "5V",
170
+ x: 8.0825,
171
+ y: 7.62,
172
+ width: 2.75,
173
+ height: 2,
174
+ shape: "rect",
175
+ cornerRadius: 0.5
176
+ },
177
+ {
178
+ pin: "pin15",
179
+ label: "TP15",
180
+ x: -1.2975,
181
+ y: 8.632,
182
+ width: 1.7,
183
+ height: 1.7,
184
+ shape: "circle"
185
+ },
186
+ {
187
+ pin: "pin16",
188
+ label: "TP16",
189
+ x: 1.2425,
190
+ y: 8.632,
191
+ width: 1.7,
192
+ height: 1.7,
193
+ shape: "circle"
194
+ },
195
+ {
196
+ pin: "pin17",
197
+ label: "TP17",
198
+ x: -1.2975,
199
+ y: 6.092,
200
+ width: 1.7,
201
+ height: 1.7,
202
+ shape: "circle"
203
+ },
204
+ {
205
+ pin: "pin18",
206
+ label: "TP18",
207
+ x: 1.2425,
208
+ y: 6.092,
209
+ width: 1.7,
210
+ height: 1.7,
211
+ shape: "circle"
212
+ },
213
+ {
214
+ pin: "pin19",
215
+ label: "TP19",
216
+ x: -1.2975,
217
+ y: 3.552,
218
+ width: 1.7,
219
+ height: 1.7,
220
+ shape: "circle"
221
+ },
222
+ {
223
+ pin: "pin20",
224
+ label: "TP20",
225
+ x: 1.2425,
226
+ y: 3.552,
227
+ width: 1.7,
228
+ height: 1.7,
229
+ shape: "circle"
230
+ },
231
+ {
232
+ pin: "pin21",
233
+ label: "TP21",
234
+ x: -4.4725,
235
+ y: 0.382,
236
+ width: 2.5,
237
+ height: 1.1,
238
+ shape: "rect",
239
+ cornerRadius: 0.275
240
+ },
241
+ {
242
+ pin: "pin22",
243
+ label: "TP22",
244
+ x: -4.4725,
245
+ y: 2.287,
246
+ width: 2.5,
247
+ height: 1.1,
248
+ shape: "rect",
249
+ cornerRadius: 0.275
250
+ }
251
+ ];
252
+ var outlineRoute = [
253
+ { x: -10.55, y: 8.9 },
254
+ { x: 10.55, y: 8.9 },
255
+ { x: 10.55, y: -8.9 },
256
+ { x: -10.55, y: -8.9 },
257
+ { x: -10.55, y: 8.9 }
258
+ ];
259
+ var usbEdgeRoute = [
260
+ { x: -3.8, y: 8.9 },
261
+ { x: -3.8, y: 7.4 },
262
+ { x: 3.8, y: 7.4 },
263
+ { x: 3.8, y: 8.9 }
264
+ ];
265
+ var pin1MarkerRoute = [
266
+ { x: -7.2, y: 8.7 },
267
+ { x: -6.4, y: 8.7 },
268
+ { x: -6.4, y: 7.9 },
269
+ { x: -7.2, y: 7.9 },
270
+ { x: -7.2, y: 8.7 }
271
+ ];
272
+ var renderSilkscreen = () => /* @__PURE__ */ jsxs(Fragment, { children: [
273
+ /* @__PURE__ */ jsx("silkscreenpath", { route: outlineRoute }),
274
+ /* @__PURE__ */ jsx("silkscreenpath", { route: usbEdgeRoute }),
275
+ /* @__PURE__ */ jsx("silkscreenpath", { route: pin1MarkerRoute })
276
+ ] });
277
+ var renderDipPads = (pads) => pads.map(({ pin, label, x, y }) => /* @__PURE__ */ jsx(
278
+ "platedhole",
279
+ {
280
+ pcbX: `${x}mm`,
281
+ pcbY: `${y}mm`,
282
+ shape: "circle",
283
+ holeDiameter: "1mm",
284
+ outerDiameter: "1.8mm",
285
+ portHints: [pin, label]
286
+ }
287
+ ));
288
+ var renderSmdPads = (pads) => pads.map(
289
+ ({
290
+ pin,
291
+ label,
292
+ x,
293
+ y,
294
+ width = 2.75,
295
+ height = 2,
296
+ shape = "rect",
297
+ cornerRadius,
298
+ radius
299
+ }) => shape === "circle" ? /* @__PURE__ */ jsx(
300
+ "smtpad",
301
+ {
302
+ pcbX: `${x}mm`,
303
+ pcbY: `${y}mm`,
304
+ layer: "top",
305
+ shape: "circle",
306
+ radius: `${radius ?? width / 2}mm`,
307
+ portHints: [pin, label]
308
+ }
309
+ ) : /* @__PURE__ */ jsx(
310
+ "smtpad",
311
+ {
312
+ pcbX: `${x}mm`,
313
+ pcbY: `${y}mm`,
314
+ layer: "top",
315
+ shape: "rect",
316
+ width: `${width}mm`,
317
+ height: `${height}mm`,
318
+ cornerRadius: cornerRadius ? `${cornerRadius}mm` : void 0,
319
+ portHints: [pin, label]
320
+ }
321
+ )
322
+ );
323
+ var xiaoEsp32S3DipFootprint = /* @__PURE__ */ jsxs("footprint", { children: [
324
+ renderDipPads(xiaoDipPads),
325
+ renderSilkscreen()
326
+ ] });
327
+ var xiaoEsp32C3DipFootprint = /* @__PURE__ */ jsxs("footprint", { children: [
328
+ renderDipPads(xiaoEsp32C3DipPads),
329
+ renderSilkscreen()
330
+ ] });
331
+ var xiaoEsp32S3SmdFootprint = /* @__PURE__ */ jsxs("footprint", { children: [
332
+ renderSmdPads(xiaoDipPads),
333
+ renderSilkscreen()
334
+ ] });
335
+ var xiaoEsp32C3SmdFootprint = /* @__PURE__ */ jsxs("footprint", { children: [
336
+ renderSmdPads(xiaoEsp32C3SmdPads),
337
+ renderSilkscreen()
338
+ ] });
339
+
340
+ // src/pins.ts
341
+ var xiaoEsp32S3PinLabels = {
342
+ pin1: "D0",
343
+ pin2: "D1",
344
+ pin3: "D2",
345
+ pin4: "D3",
346
+ pin5: "D4",
347
+ pin6: "D5",
348
+ pin7: "D6",
349
+ pin8: "D7",
350
+ pin9: "D8",
351
+ pin10: "D9",
352
+ pin11: "D10",
353
+ pin12: "3V3",
354
+ pin13: "GND",
355
+ pin14: "VBUS"
356
+ };
357
+ var xiaoEsp32C3PinLabels = {
358
+ pin1: "D0",
359
+ pin2: "D1",
360
+ pin3: "D2",
361
+ pin4: "D3",
362
+ pin5: "D4",
363
+ pin6: "D5",
364
+ pin7: "D6",
365
+ pin8: "D7",
366
+ pin9: "D8",
367
+ pin10: "D9",
368
+ pin11: "D10",
369
+ pin12: "3V3",
370
+ pin13: "GND",
371
+ pin14: "5V"
372
+ };
373
+ var xiaoEsp32S3HookPins = {
374
+ pin1: ["D0"],
375
+ pin2: ["D1"],
376
+ pin3: ["D2"],
377
+ pin4: ["D3"],
378
+ pin5: ["D4"],
379
+ pin6: ["D5"],
380
+ pin7: ["D6"],
381
+ pin8: ["D7"],
382
+ pin9: ["D8"],
383
+ pin10: ["D9"],
384
+ pin11: ["D10"],
385
+ pin12: ["3V3"],
386
+ pin13: ["GND"],
387
+ pin14: ["VBUS"]
388
+ };
389
+ var xiaoEsp32C3HookPins = {
390
+ pin1: ["D0"],
391
+ pin2: ["D1"],
392
+ pin3: ["D2"],
393
+ pin4: ["D3"],
394
+ pin5: ["D4"],
395
+ pin6: ["D5"],
396
+ pin7: ["D6"],
397
+ pin8: ["D7"],
398
+ pin9: ["D8"],
399
+ pin10: ["D9"],
400
+ pin11: ["D10"],
401
+ pin12: ["3V3"],
402
+ pin13: ["GND"],
403
+ pin14: ["5V"]
404
+ };
405
+ var xiaoEsp32S3PinAttributes = {
406
+ "3V3": {
407
+ providesPower: true,
408
+ providesVoltage: "3.3V",
409
+ includeInBoardPinout: true
410
+ },
411
+ GND: {
412
+ providesGround: true,
413
+ includeInBoardPinout: true
414
+ },
415
+ VBUS: {
416
+ providesPower: true,
417
+ providesVoltage: "5V",
418
+ includeInBoardPinout: true
419
+ }
420
+ };
421
+ var xiaoEsp32C3PinAttributes = {
422
+ "3V3": {
423
+ providesPower: true,
424
+ providesVoltage: "3.3V",
425
+ includeInBoardPinout: true
426
+ },
427
+ GND: {
428
+ providesGround: true,
429
+ includeInBoardPinout: true
430
+ },
431
+ "5V": {
432
+ providesPower: true,
433
+ providesVoltage: "5V",
434
+ includeInBoardPinout: true
435
+ }
436
+ };
437
+ var xiaoSchPinArrangement = {
438
+ leftSide: {
439
+ direction: "top-to-bottom",
440
+ pins: ["D0", "D1", "D2", "D3", "D4", "D5", "D6"]
441
+ },
442
+ rightSide: {
443
+ direction: "bottom-to-top",
444
+ pins: ["D7", "D8", "D9", "D10", "3V3", "GND", "VBUS"]
445
+ }
446
+ };
447
+ var xiaoEsp32C3SchPinArrangement = {
448
+ leftSide: {
449
+ direction: "top-to-bottom",
450
+ pins: ["D0", "D1", "D2", "D3", "D4", "D5", "D6"]
451
+ },
452
+ rightSide: {
453
+ direction: "bottom-to-top",
454
+ pins: ["D7", "D8", "D9", "D10", "3V3", "GND", "5V"]
455
+ }
456
+ };
457
+
458
+ // src/XiaoEsp32C3Dip.tsx
459
+ import { jsx as jsx2 } from "react/jsx-runtime";
460
+ var XiaoEsp32C3Dip = (props) => /* @__PURE__ */ jsx2(
461
+ "chip",
462
+ {
463
+ footprint: xiaoEsp32C3DipFootprint,
464
+ pinLabels: xiaoEsp32C3PinLabels,
465
+ pinAttributes: xiaoEsp32C3PinAttributes,
466
+ schPinArrangement: xiaoEsp32C3SchPinArrangement,
467
+ schWidth: "11mm",
468
+ schHeight: "22mm",
469
+ cadModel: xiaoEsp32C3CadModel,
470
+ ...props
471
+ }
472
+ );
473
+ var useXiaoEsp32C3Dip = createUseComponent(
474
+ XiaoEsp32C3Dip,
475
+ xiaoEsp32C3HookPins
476
+ );
477
+
478
+ // src/XiaoEsp32C3Smd.tsx
479
+ import { createUseComponent as createUseComponent2 } from "@tscircuit/core";
480
+ import { jsx as jsx3 } from "react/jsx-runtime";
481
+ var XiaoEsp32C3Smd = (props) => /* @__PURE__ */ jsx3(
482
+ "chip",
483
+ {
484
+ footprint: xiaoEsp32C3SmdFootprint,
485
+ pinLabels: xiaoEsp32C3PinLabels,
486
+ pinAttributes: xiaoEsp32C3PinAttributes,
487
+ schPinArrangement: xiaoEsp32C3SchPinArrangement,
488
+ schWidth: "11mm",
489
+ schHeight: "22mm",
490
+ cadModel: xiaoEsp32C3CadModel,
491
+ ...props
492
+ }
493
+ );
494
+ var useXiaoEsp32C3Smd = createUseComponent2(
495
+ XiaoEsp32C3Smd,
496
+ xiaoEsp32C3HookPins
497
+ );
498
+
499
+ // src/XiaoEsp32S3Dip.tsx
500
+ import { createUseComponent as createUseComponent3 } from "@tscircuit/core";
501
+ import { jsx as jsx4 } from "react/jsx-runtime";
502
+ var XiaoEsp32S3Dip = (props) => /* @__PURE__ */ jsx4(
503
+ "chip",
504
+ {
505
+ footprint: xiaoEsp32S3DipFootprint,
506
+ pinLabels: xiaoEsp32S3PinLabels,
507
+ pinAttributes: xiaoEsp32S3PinAttributes,
508
+ schPinArrangement: xiaoSchPinArrangement,
509
+ schWidth: "11mm",
510
+ schHeight: "22mm",
511
+ ...props
512
+ }
513
+ );
514
+ var useXiaoEsp32S3Dip = createUseComponent3(
515
+ XiaoEsp32S3Dip,
516
+ xiaoEsp32S3HookPins
517
+ );
518
+
519
+ // src/XiaoEsp32S3Smd.tsx
520
+ import { createUseComponent as createUseComponent4 } from "@tscircuit/core";
521
+ import { jsx as jsx5 } from "react/jsx-runtime";
522
+ var XiaoEsp32S3Smd = (props) => /* @__PURE__ */ jsx5(
523
+ "chip",
524
+ {
525
+ footprint: xiaoEsp32S3SmdFootprint,
526
+ pinLabels: xiaoEsp32S3PinLabels,
527
+ pinAttributes: xiaoEsp32S3PinAttributes,
528
+ schPinArrangement: xiaoSchPinArrangement,
529
+ schWidth: "11mm",
530
+ schHeight: "22mm",
531
+ ...props
532
+ }
533
+ );
534
+ var useXiaoEsp32S3Smd = createUseComponent4(
535
+ XiaoEsp32S3Smd,
536
+ xiaoEsp32S3HookPins
537
+ );
538
+ export {
539
+ XiaoEsp32C3Dip,
540
+ XiaoEsp32C3Smd,
541
+ XiaoEsp32S3Dip,
542
+ XiaoEsp32S3Smd,
543
+ useXiaoEsp32C3Dip,
544
+ useXiaoEsp32C3Smd,
545
+ useXiaoEsp32S3Dip,
546
+ useXiaoEsp32S3Smd,
547
+ xiaoEsp32C3CadModel,
548
+ xiaoEsp32C3DipFootprint,
549
+ xiaoEsp32C3HookPins,
550
+ xiaoEsp32C3PinAttributes,
551
+ xiaoEsp32C3PinLabels,
552
+ xiaoEsp32C3SmdFootprint,
553
+ xiaoEsp32S3DipFootprint,
554
+ xiaoEsp32S3HookPins,
555
+ xiaoEsp32S3PinAttributes,
556
+ xiaoEsp32S3PinLabels,
557
+ xiaoEsp32S3SmdFootprint
558
+ };