Added contact info and stuff to be super duper open source

This commit is contained in:
Kevin Santo Cappuccio 2024-05-28 10:16:36 -07:00
parent 5883cc6e72
commit 52a830841a
26 changed files with 248342 additions and 244616 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 MiB

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,7 @@
8,
9,
10,
11,
12,
13,
15,
@ -63,7 +64,7 @@
39,
40
],
"visible_layers": "0011000_80000007",
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 1
},
"git": {

View File

@ -4,6 +4,14 @@
(generator_version "8.0")
(uuid "8ec97ee2-81b7-42dd-ac8f-66899dc25929")
(paper "A1")
(title_block
(title "Jumperless Rev 3.1")
(date "2023-11-11")
(rev "3.1")
(company "Architeuthis Flux")
(comment 1 "Kevin Santo Cappuccio")
(comment 2 "KevinC@ppucc.io")
)
(lib_symbols
(symbol "+9V_1"
(power)
@ -103013,4 +103021,4 @@
(page "1")
)
)
)
)

View File

@ -1 +0,0 @@
{"hostname":"Kevins-MBP","username":"kevinsanto"}

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,7 @@
8,
9,
10,
11,
12,
13,
15,

View File

@ -6,14 +6,14 @@
"apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"courtyard_line_width": 0.05,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
@ -24,7 +24,7 @@
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_line_width": 0.1,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
@ -48,7 +48,7 @@
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"min_clearance": 0.19999999999999998
"min_clearance": 0.2
}
},
"diff_pair_dimensions": [
@ -120,15 +120,15 @@
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_microvia_diameter": 0.2,
"min_microvia_drill": 0.1,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.0,
"min_via_annular_width": 0.09999999999999999,
"min_via_annular_width": 0.1,
"min_via_diameter": 0.5,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
@ -495,6 +495,64 @@
},
"schematic": {
"annotate_start_num": 0,
"bom_fmt_presets": [],
"bom_fmt_settings": {
"field_delimiter": ",",
"keep_line_breaks": false,
"keep_tabs": false,
"name": "CSV",
"ref_delimiter": ",",
"ref_range_delimiter": "",
"string_delimiter": "\""
},
"bom_presets": [],
"bom_settings": {
"exclude_dnp": false,
"fields_ordered": [
{
"group_by": false,
"label": "Reference",
"name": "Reference",
"show": true
},
{
"group_by": true,
"label": "Value",
"name": "Value",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
},
{
"group_by": false,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Qty",
"name": "${QUANTITY}",
"show": true
},
{
"group_by": true,
"label": "DNP",
"name": "${DNP}",
"show": true
}
],
"filter_string": "",
"group_symbols": true,
"name": "Grouped By Value",
"sort_asc": true,
"sort_field": "Reference"
},
"connection_grid_size": 50.0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
@ -508,6 +566,11 @@
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"operating_point_overlay_i_precision": 3,
"operating_point_overlay_i_range": "~A",
"operating_point_overlay_v_precision": 3,
"operating_point_overlay_v_range": "~V",
"overbar_offset_ratio": 1.23,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
@ -523,6 +586,7 @@
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_dissipations": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
@ -530,7 +594,7 @@
"sheets": [
[
"8a0b2f7b-4823-4f86-b04b-297b29aa9bc0",
""
"Root"
]
],
"text_variables": {}

File diff suppressed because it is too large Load Diff

View File

@ -1,64 +0,0 @@
Designator,Footprint,Quantity,Value,LCSC Part #
A1,Arduino_Nano,1,Arduino_Nano_v3.x,
"A2, B1, C26, D70, E1, F5, G1, H1, I1, J6, K1, L1",LQFP44_Tight,12,CH446Q,
"C1, C4, C6",1206,3,100uF,
"C10, C15",0402,2,.1uF,
"C11, C12, C18, C19, C20, C21, C9",0402,7,1u,
"C13, C14, C17, C22, C23, C24",0402,6,27p,
"C16, C25",0603,2,10uF,
"C2, C3, C5",CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder,3,10uF,
"C7, C8",0603,2,10u,
"D1, D10, D11, D12, D13, D14, D15, D16, D17, D18, D19, D2, D20, D21, D22, D23, D24, D25, D26, D27, D28, D29, D3, D30, D31, D32, D33, D34, D35, D36, D37, D38, D39, D4, D40, D41, D42, D43, D44, D45, D46, D47, D48, D49, D5, D50, D51, D52, D53, D54, D55, D56, D57, D58, D59, D6, D60, D7, D71, D72, D73, D74, D75, D76, D77, D78, D79, D8, D80, D81, D82, D83, D84, D85, D86, D87, D88, D89, D9, D90",LED_WS2812B-2020_PLCC4_2.0x2.0mm,80,WS2812B,
"D61, D62, D65, D67, D68",D_SOD-323,5,1N5819,
"D63, D66",D_SOD-323,2,1N4148,
D91,LED_PLCC2_reversemount,1,LED,
"FID1, FID2, FID3, FID4, FID5, FID6",Fiducial_1mm_Mask2mm,6,Fiducial,
J1,PinHeader_1x03_P2.54mm_Vertical,1,Debug,
J14,PINHEADER-1x1_vertical,1,5V,
J4,Breadboard_CustomClips_Fallback,1,Breadboard,
J5,USB_Mini-B_Wuerth_65100516121_Horizontal,1,USB_B_Mini,
J7,GPIO_header,1,Conn_01x04_Pin,
JP1,SolderJumper_2_Bridged_Small,1,NANO 3V3,
"JP13, JP14",SolderJumper_2_Bridged_Small,2,Jumper_2_Bridged,
JP2,SolderJumper_2_Bridged_Small,1,NANO 5V,
"R1, R4",0603,2,2Ω,
"R10, R11, R12, R24, R5, R6, R7, R8, R9",0402,9,1K,
"R13, R14, R16, R19",0402,4,47K,
R15,0402,1,10K,
"R17, R29",0402,2,68K,
"R18, R20",0402,2,56.2K,
"R2, R3",0402,2,22R,
"R21, R22, R23, R26, R27",0402,5,2K,
SW1,SW_SPST_TL3342,1,USB BOOT,
SW2,Slide_Switch_SSSS223600,1,SW_DP3T,
TP1,TestPoint_Pad_D1.0mm,1,GPIO 16,
TP10,TestPoint_D0.75mm,1,ADC 1 IN,
TP11,TestPoint_D0.75mm,1,ADC 2 IN,
TP12,TestPoint_D0.75mm,1,ADC 3 IN,
TP13,TestPoint_D0.75mm,1,-8V,
TP14,TestPoint_D0.75mm,1,+8V,
TP15,TestPoint_Pad_D1.0mm,1,LED OUT,
TP16,TestPoint_Pad_D1.0mm,1,GPIO 0,
TP17,TestPoint_Pad_D1.0mm,1,LED IN,
TP18,PINHEADER-1x1_vertical,1,GPIO 0,
"TP19, TP25",TestPoint_Pad_D1.0mm,2,GND,
TP2,TestPoint_Pad_D1.0mm,1,GPIO 17,
TP20,PINHEADER-1x1_vertical,1,LED OUT,
TP21,PINHEADER-1x1_vertical,1,LED IN,
"TP22, TP23",BackMaskWindows,2,TestPoint,
TP3,TestPoint_Pad_D1.0mm,1,GPIO 18,
TP4,TestPoint_Pad_D1.0mm,1,GPIO 19,
TP5,TestPoint_D0.75mm,1,FB/SHDN,
TP6,TestPoint_D0.75mm,1,VREF,
TP7,TestPoint_D0.75mm,1,0-5V DAC,
TP8,TestPoint_D0.75mm,1,+-8V DAC,
TP9,TestPoint_D0.75mm,1,ADC 0 IN,
U1,DIP-8_W7.62mm,1,LT1054,
U10,SOIC-16_3.9x9.9mm_P1.27mm,1,L272D,
"U11, U7",SOIC-14_3.9x8.7mm_P1.27mm,2,LM324,
U12,SOIC-8_3.9x4.9mm_P1.27mm,1,MCP4822,
U2,SOT-223-3_TabPin2,1,NCP1117-3.3_SOT223,
"U4, U6",SOIC-8_3.9x4.9mm_P1.27mm,2,INA219,
U8,SOIC-8_5.23x5.23mm_P1.27mm,1,W25Q128JVS,
U9,RP2040-QFN-56,1,RP2040,
Y1,Crystal_SMD_3225-4Pin_3.2x2.5mm,1,ABLS-12.000MHZ-B4-T,
1 Designator Footprint Quantity Value LCSC Part #
2 A1 Arduino_Nano 1 Arduino_Nano_v3.x
3 A2, B1, C26, D70, E1, F5, G1, H1, I1, J6, K1, L1 LQFP44_Tight 12 CH446Q
4 C1, C4, C6 1206 3 100uF
5 C10, C15 0402 2 .1uF
6 C11, C12, C18, C19, C20, C21, C9 0402 7 1u
7 C13, C14, C17, C22, C23, C24 0402 6 27p
8 C16, C25 0603 2 10uF
9 C2, C3, C5 CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder 3 10uF
10 C7, C8 0603 2 10u
11 D1, D10, D11, D12, D13, D14, D15, D16, D17, D18, D19, D2, D20, D21, D22, D23, D24, D25, D26, D27, D28, D29, D3, D30, D31, D32, D33, D34, D35, D36, D37, D38, D39, D4, D40, D41, D42, D43, D44, D45, D46, D47, D48, D49, D5, D50, D51, D52, D53, D54, D55, D56, D57, D58, D59, D6, D60, D7, D71, D72, D73, D74, D75, D76, D77, D78, D79, D8, D80, D81, D82, D83, D84, D85, D86, D87, D88, D89, D9, D90 LED_WS2812B-2020_PLCC4_2.0x2.0mm 80 WS2812B
12 D61, D62, D65, D67, D68 D_SOD-323 5 1N5819
13 D63, D66 D_SOD-323 2 1N4148
14 D91 LED_PLCC2_reversemount 1 LED
15 FID1, FID2, FID3, FID4, FID5, FID6 Fiducial_1mm_Mask2mm 6 Fiducial
16 J1 PinHeader_1x03_P2.54mm_Vertical 1 Debug
17 J14 PINHEADER-1x1_vertical 1 5V
18 J4 Breadboard_CustomClips_Fallback 1 Breadboard
19 J5 USB_Mini-B_Wuerth_65100516121_Horizontal 1 USB_B_Mini
20 J7 GPIO_header 1 Conn_01x04_Pin
21 JP1 SolderJumper_2_Bridged_Small 1 NANO 3V3
22 JP13, JP14 SolderJumper_2_Bridged_Small 2 Jumper_2_Bridged
23 JP2 SolderJumper_2_Bridged_Small 1 NANO 5V
24 R1, R4 0603 2
25 R10, R11, R12, R24, R5, R6, R7, R8, R9 0402 9 1K
26 R13, R14, R16, R19 0402 4 47K
27 R15 0402 1 10K
28 R17, R29 0402 2 68K
29 R18, R20 0402 2 56.2K
30 R2, R3 0402 2 22R
31 R21, R22, R23, R26, R27 0402 5 2K
32 SW1 SW_SPST_TL3342 1 USB BOOT
33 SW2 Slide_Switch_SSSS223600 1 SW_DP3T
34 TP1 TestPoint_Pad_D1.0mm 1 GPIO 16
35 TP10 TestPoint_D0.75mm 1 ADC 1 IN
36 TP11 TestPoint_D0.75mm 1 ADC 2 IN
37 TP12 TestPoint_D0.75mm 1 ADC 3 IN
38 TP13 TestPoint_D0.75mm 1 -8V
39 TP14 TestPoint_D0.75mm 1 +8V
40 TP15 TestPoint_Pad_D1.0mm 1 LED OUT
41 TP16 TestPoint_Pad_D1.0mm 1 GPIO 0
42 TP17 TestPoint_Pad_D1.0mm 1 LED IN
43 TP18 PINHEADER-1x1_vertical 1 GPIO 0
44 TP19, TP25 TestPoint_Pad_D1.0mm 2 GND
45 TP2 TestPoint_Pad_D1.0mm 1 GPIO 17
46 TP20 PINHEADER-1x1_vertical 1 LED OUT
47 TP21 PINHEADER-1x1_vertical 1 LED IN
48 TP22, TP23 BackMaskWindows 2 TestPoint
49 TP3 TestPoint_Pad_D1.0mm 1 GPIO 18
50 TP4 TestPoint_Pad_D1.0mm 1 GPIO 19
51 TP5 TestPoint_D0.75mm 1 FB/SHDN
52 TP6 TestPoint_D0.75mm 1 VREF
53 TP7 TestPoint_D0.75mm 1 0-5V DAC
54 TP8 TestPoint_D0.75mm 1 +-8V DAC
55 TP9 TestPoint_D0.75mm 1 ADC 0 IN
56 U1 DIP-8_W7.62mm 1 LT1054
57 U10 SOIC-16_3.9x9.9mm_P1.27mm 1 L272D
58 U11, U7 SOIC-14_3.9x8.7mm_P1.27mm 2 LM324
59 U12 SOIC-8_3.9x4.9mm_P1.27mm 1 MCP4822
60 U2 SOT-223-3_TabPin2 1 NCP1117-3.3_SOT223
61 U4, U6 SOIC-8_3.9x4.9mm_P1.27mm 2 INA219
62 U8 SOIC-8_5.23x5.23mm_P1.27mm 1 W25Q128JVS
63 U9 RP2040-QFN-56 1 RP2040
64 Y1 Crystal_SMD_3225-4Pin_3.2x2.5mm 1 ABLS-12.000MHZ-B4-T

View File

@ -1,205 +0,0 @@
A1:1
A2:1
B1:1
C1:1
C10:1
C11:1
C12:1
C13:1
C14:1
C15:1
C16:1
C17:1
C18:1
C19:1
C2:1
C20:1
C21:1
C22:1
C23:1
C24:1
C25:1
C26:1
C3:1
C4:1
C5:1
C6:1
C7:1
C8:1
C9:1
D1:1
D10:1
D11:1
D12:1
D13:1
D14:1
D15:1
D16:1
D17:1
D18:1
D19:1
D2:1
D20:1
D21:1
D22:1
D23:1
D24:1
D25:1
D26:1
D27:1
D28:1
D29:1
D3:1
D30:1
D31:1
D32:1
D33:1
D34:1
D35:1
D36:1
D37:1
D38:1
D39:1
D4:1
D40:1
D41:1
D42:1
D43:1
D44:1
D45:1
D46:1
D47:1
D48:1
D49:1
D5:1
D50:1
D51:1
D52:1
D53:1
D54:1
D55:1
D56:1
D57:1
D58:1
D59:1
D6:1
D60:1
D61:1
D62:1
D63:1
D65:1
D66:1
D67:1
D68:1
D7:1
D70:1
D71:1
D72:1
D73:1
D74:1
D75:1
D76:1
D77:1
D78:1
D79:1
D8:1
D80:1
D81:1
D82:1
D83:1
D84:1
D85:1
D86:1
D87:1
D88:1
D89:1
D9:1
D90:1
D91:1
E1:1
F5:1
FID1:1
FID2:1
FID3:1
FID4:1
FID5:1
FID6:1
G1:1
H1:1
I1:1
J1:1
J14:1
J4:1
J5:1
J6:1
J7:1
JP1:1
JP13:1
JP14:1
JP2:1
K1:1
L1:1
R1:1
R10:1
R11:1
R12:1
R13:1
R14:1
R15:1
R16:1
R17:1
R18:1
R19:1
R2:1
R20:1
R21:1
R22:1
R23:1
R24:1
R26:1
R27:1
R29:1
R3:1
R4:1
R5:1
R6:1
R7:1
R8:1
R9:1
SW1:1
SW2:1
TP1:1
TP10:1
TP11:1
TP12:1
TP13:1
TP14:1
TP15:1
TP16:1
TP17:1
TP18:1
TP19:1
TP2:1
TP20:1
TP21:1
TP22:1
TP23:1
TP25:1
TP3:1
TP4:1
TP5:1
TP6:1
TP7:1
TP8:1
TP9:1
U1:1
U10:1
U11:1
U12:1
U2:1
U4:1
U6:1
U7:1
U8:1
U9:1
Y1:1
1 A1:1
2 A2:1
3 B1:1
4 C1:1
5 C10:1
6 C11:1
7 C12:1
8 C13:1
9 C14:1
10 C15:1
11 C16:1
12 C17:1
13 C18:1
14 C19:1
15 C2:1
16 C20:1
17 C21:1
18 C22:1
19 C23:1
20 C24:1
21 C25:1
22 C26:1
23 C3:1
24 C4:1
25 C5:1
26 C6:1
27 C7:1
28 C8:1
29 C9:1
30 D1:1
31 D10:1
32 D11:1
33 D12:1
34 D13:1
35 D14:1
36 D15:1
37 D16:1
38 D17:1
39 D18:1
40 D19:1
41 D2:1
42 D20:1
43 D21:1
44 D22:1
45 D23:1
46 D24:1
47 D25:1
48 D26:1
49 D27:1
50 D28:1
51 D29:1
52 D3:1
53 D30:1
54 D31:1
55 D32:1
56 D33:1
57 D34:1
58 D35:1
59 D36:1
60 D37:1
61 D38:1
62 D39:1
63 D4:1
64 D40:1
65 D41:1
66 D42:1
67 D43:1
68 D44:1
69 D45:1
70 D46:1
71 D47:1
72 D48:1
73 D49:1
74 D5:1
75 D50:1
76 D51:1
77 D52:1
78 D53:1
79 D54:1
80 D55:1
81 D56:1
82 D57:1
83 D58:1
84 D59:1
85 D6:1
86 D60:1
87 D61:1
88 D62:1
89 D63:1
90 D65:1
91 D66:1
92 D67:1
93 D68:1
94 D7:1
95 D70:1
96 D71:1
97 D72:1
98 D73:1
99 D74:1
100 D75:1
101 D76:1
102 D77:1
103 D78:1
104 D79:1
105 D8:1
106 D80:1
107 D81:1
108 D82:1
109 D83:1
110 D84:1
111 D85:1
112 D86:1
113 D87:1
114 D88:1
115 D89:1
116 D9:1
117 D90:1
118 D91:1
119 E1:1
120 F5:1
121 FID1:1
122 FID2:1
123 FID3:1
124 FID4:1
125 FID5:1
126 FID6:1
127 G1:1
128 H1:1
129 I1:1
130 J1:1
131 J14:1
132 J4:1
133 J5:1
134 J6:1
135 J7:1
136 JP1:1
137 JP13:1
138 JP14:1
139 JP2:1
140 K1:1
141 L1:1
142 R1:1
143 R10:1
144 R11:1
145 R12:1
146 R13:1
147 R14:1
148 R15:1
149 R16:1
150 R17:1
151 R18:1
152 R19:1
153 R2:1
154 R20:1
155 R21:1
156 R22:1
157 R23:1
158 R24:1
159 R26:1
160 R27:1
161 R29:1
162 R3:1
163 R4:1
164 R5:1
165 R6:1
166 R7:1
167 R8:1
168 R9:1
169 SW1:1
170 SW2:1
171 TP1:1
172 TP10:1
173 TP11:1
174 TP12:1
175 TP13:1
176 TP14:1
177 TP15:1
178 TP16:1
179 TP17:1
180 TP18:1
181 TP19:1
182 TP2:1
183 TP20:1
184 TP21:1
185 TP22:1
186 TP23:1
187 TP25:1
188 TP3:1
189 TP4:1
190 TP5:1
191 TP6:1
192 TP7:1
193 TP8:1
194 TP9:1
195 U1:1
196 U10:1
197 U11:1
198 U12:1
199 U2:1
200 U4:1
201 U6:1
202 U7:1
203 U8:1
204 U9:1
205 Y1:1

View File

@ -1,202 +0,0 @@
Designator,Mid X,Mid Y,Rotation,Layer
A1,74.346,-118.521,270.0,top
A2,41.39,-150.7188,0.0,bottom
B1,55.0672,-150.6908,0.0,bottom
C1,88.062,-118.5795,270.0,bottom
C10,52.9592,-123.19,90.0,bottom
C11,104.699,-132.588,240.0,bottom
C12,98.984,-121.158,125.0,bottom
C13,107.62,-122.174,290.0,bottom
C14,111.049,-120.777,100.0,bottom
C15,52.9592,-120.904,90.0,bottom
C16,115.367,-160.033,270.0,bottom
C17,41.834,-136.398,90.0,bottom
C18,98.73,-130.302,302.5,bottom
C19,103.429,-121.031,70.0,bottom
C2,72.314,-118.11,90.0,top
C20,104.953,-124.079,327.5,bottom
C21,111.544807,-129.434317,145.0,bottom
C22,43.358,-136.37,90.0,bottom
C23,44.882,-136.398,90.0,bottom
C24,48.438,-134.112,90.0,bottom
C25,36.5,-160.02,90.0,bottom
C26,96.0226,-150.6888,0.0,bottom
C3,67.996,-118.11,90.0,top
C4,85.522,-118.5795,90.0,bottom
C5,76.759,-118.11,90.0,top
C6,82.982,-118.5795,90.0,bottom
C7,70.917,-180.454,270.0,bottom
C8,70.917,-184.33,270.0,bottom
C9,100.762,-117.475,347.5,bottom
D1,39.0312,-151.13,90.0,top
D10,61.8912,-151.13,90.0,top
D11,64.44,-151.1306,90.0,top
D12,66.9878,-151.1306,90.0,top
D13,69.5278,-151.1306,90.0,top
D14,72.0678,-151.1306,90.0,top
D15,74.6078,-151.1306,90.0,top
D16,77.1478,-151.1306,90.0,top
D17,79.6878,-151.1306,90.0,top
D18,82.2278,-151.1306,90.0,top
D19,84.7678,-151.1306,90.0,top
D2,41.5712,-151.13,90.0,top
D20,87.3078,-151.1306,90.0,top
D21,89.8478,-151.1294,90.0,top
D22,92.3956,-151.1294,90.0,top
D23,94.9356,-151.1294,90.0,top
D24,97.4756,-151.1294,90.0,top
D25,100.0156,-151.1294,90.0,top
D26,102.5556,-151.1294,90.0,top
D27,105.0956,-151.1294,90.0,top
D28,107.6356,-151.1294,90.0,top
D29,110.1756,-151.1294,90.0,top
D3,44.1112,-151.13,90.0,top
D30,112.7156,-151.1294,90.0,top
D31,38.9736,-168.9088,90.0,top
D32,41.5214,-168.9088,90.0,top
D33,44.0614,-168.9088,90.0,top
D34,46.6014,-168.9088,90.0,top
D35,49.1414,-168.9088,90.0,top
D36,51.6814,-168.9088,90.0,top
D37,54.2214,-168.9088,90.0,top
D38,56.7614,-168.9088,90.0,top
D39,59.3014,-168.9088,90.0,top
D4,46.6512,-151.13,90.0,top
D40,61.8414,-168.9088,90.0,top
D41,64.3892,-168.9094,90.0,top
D42,66.938,-168.9106,90.0,top
D43,69.478,-168.9106,90.0,top
D44,72.018,-168.9106,90.0,top
D45,74.558,-168.9106,90.0,top
D46,77.098,-168.9106,90.0,top
D47,79.638,-168.9106,90.0,top
D48,82.178,-168.9106,90.0,top
D49,84.718,-168.9106,90.0,top
D5,49.1912,-151.13,90.0,top
D50,87.2658,-168.9106,90.0,top
D51,89.8146,-168.9094,90.0,top
D52,92.3624,-168.9094,90.0,top
D53,94.9024,-168.9094,90.0,top
D54,97.4424,-168.9094,90.0,top
D55,99.9824,-168.9094,90.0,top
D56,102.5224,-168.9094,90.0,top
D57,105.0624,-168.9094,90.0,top
D58,107.6024,-168.9094,90.0,top
D59,110.1424,-168.9094,90.0,top
D6,51.7312,-151.13,90.0,top
D60,112.6824,-168.9094,90.0,top
D61,72.06,-115.824,270.0,bottom
D62,69.52,-115.79,90.0,bottom
D63,63.424,-115.79,270.0,bottom
D65,66.98,-120.65,270.0,bottom
D66,63.551,-120.65,90.0,bottom
D67,69.52,-120.65,90.0,bottom
D68,72.06,-120.65,270.0,bottom
D7,54.2712,-151.13,90.0,top
D70,109.6896,-150.6888,0.0,bottom
D71,106.35,-184.15,180.0,top
D72,106.35,-181.61,180.0,top
D73,91.11,-181.61,180.0,top
D74,91.11,-184.15,180.0,top
D75,75.87,-184.15,180.0,top
D76,75.87,-181.61,180.0,top
D77,60.63,-181.61,180.0,top
D78,60.63,-184.15,180.0,top
D79,45.39,-184.15,180.0,top
D8,56.8112,-151.13,90.0,top
D80,45.3894,-181.61,180.0,top
D81,45.39,-135.89,180.0,top
D82,45.39,-138.43,180.0,top
D83,60.63,-138.43,180.0,top
D84,60.63,-135.89,180.0,top
D85,75.87,-135.89,180.0,top
D86,75.87,-138.43,180.0,top
D87,91.11,-138.43,180.0,top
D88,91.11,-135.89,180.0,top
D89,106.35,-135.89,180.0,top
D9,59.3512,-151.13,90.0,top
D90,106.35,-138.43,180.0,top
D91,49.4032,-115.1382,180.0,bottom
E1,41.4656,-168.4942,0.0,bottom
F5,55.0796,-168.4942,0.0,bottom
FID1,47.93,-179.07,0.0,top
FID2,47.93,-179.07,0.0,bottom
FID3,103.81,-179.07,0.0,bottom
FID4,42.85,-111.76,0.0,bottom
FID5,103.81,-179.07,0.0,top
FID6,104.572,-107.696,0.0,top
G1,95.9996,-168.4942,0.0,bottom
H1,109.7132,-168.4942,0.0,bottom
I1,68.7176,-150.6908,0.0,bottom
J1,92.38,-118.76,180.0,top
J14,55.296,-106.5784,0.0,top
J4,75.87,-160.02,0.0,top
J5,110.0015,-111.9435,135.0,top
J6,68.6696,-168.4942,0.0,bottom
J7,38.903974,-109.1692,225.0,top
JP1,67.3864,-132.7912,90.0,bottom
JP13,84.3536,-132.969,90.0,bottom
JP14,82.855,-132.969,90.0,bottom
JP2,68.885,-132.7912,90.0,bottom
K1,82.3596,-168.4942,0.0,bottom
L1,82.3216,-150.6908,0.0,bottom
R1,60.757,-179.07,180.0,bottom
R10,44.882,-134.108,270.0,bottom
R11,111.557,-133.223,284.0,bottom
R12,110.795,-124.968,187.5,bottom
R13,49.962,-134.11,90.0,bottom
R14,46.914,-134.11,270.0,bottom
R15,49.962,-136.396,90.0,bottom
R16,48.438,-136.396,90.0,bottom
R17,46.914,-138.682,90.0,bottom
R18,49.962,-138.682,90.0,bottom
R19,46.914,-136.396,90.0,bottom
R2,105.588,-118.745,192.5,bottom
R20,48.438,-138.682,90.0,bottom
R21,41.834,-138.682,270.0,bottom
R22,43.358,-138.682,270.0,bottom
R23,44.882,-138.682,270.0,bottom
R24,40.564,-122.174,90.0,bottom
R26,97.079,-118.745,74.0,bottom
R27,95.628822,-122.818683,50.0,bottom
R29,46.152,-134.11,270.0,bottom
R3,108.763,-117.602,260.0,bottom
R4,91.11,-179.07,180.0,bottom
R5,104.826,-114.808,65.0,bottom
R6,41.834,-134.11,270.0,bottom
R7,101.143,-129.159,260.0,bottom
R8,43.358,-134.11,270.0,bottom
R9,108.255,-132.969,300.0,bottom
SW1,110.0076,-111.9378,45.0,bottom
SW2,37.388,-124.936,0.0,top
TP10,51.359,-105.664,0.0,bottom
TP11,49.835,-105.664,0.0,bottom
TP12,48.311,-105.664,0.0,bottom
TP13,35.738,-118.872,270.0,bottom
TP14,35.738,-117.094,180.0,bottom
TP15,116.51,-144.78,90.0,bottom
TP16,35.738,-114.554,180.0,bottom
TP17,35.23,-144.78,180.0,bottom
TP18,115.113,-116.84,0.0,top
TP19,116.51,-142.24,180.0,bottom
TP20,95.936,-106.426,0.0,top
TP21,55.296,-110.998,0.0,top
TP22,58.09,-128.27,180.0,bottom
TP23,58.09,-106.542937,180.0,bottom
TP25,35.23,-142.24,180.0,bottom
TP5,80.442,-119.634,0.0,bottom
TP6,80.442,-117.602,0.0,bottom
TP7,43.866,-105.664,0.0,bottom
TP8,45.644,-105.664,0.0,bottom
TP9,52.883,-105.664,0.0,bottom
U1,84.242,-118.628,90.0,top
U10,46.66,-122.3772,180.0,bottom
U11,75.87,-134.685,180.0,bottom
U12,91.364,-134.682,180.0,bottom
U2,76.784,-182.372,0.0,bottom
U4,60.63,-182.626,270.0,bottom
U6,91.11,-182.753,270.0,bottom
U7,60.376,-134.62,180.0,bottom
U8,100.635,-110.49,180.0,bottom
U9,105.837,-126.492,0.0,top
Y1,114.947,-120.439,90.0,bottom
1 Designator Mid X Mid Y Rotation Layer
2 A1 74.346 -118.521 270.0 top
3 A2 41.39 -150.7188 0.0 bottom
4 B1 55.0672 -150.6908 0.0 bottom
5 C1 88.062 -118.5795 270.0 bottom
6 C10 52.9592 -123.19 90.0 bottom
7 C11 104.699 -132.588 240.0 bottom
8 C12 98.984 -121.158 125.0 bottom
9 C13 107.62 -122.174 290.0 bottom
10 C14 111.049 -120.777 100.0 bottom
11 C15 52.9592 -120.904 90.0 bottom
12 C16 115.367 -160.033 270.0 bottom
13 C17 41.834 -136.398 90.0 bottom
14 C18 98.73 -130.302 302.5 bottom
15 C19 103.429 -121.031 70.0 bottom
16 C2 72.314 -118.11 90.0 top
17 C20 104.953 -124.079 327.5 bottom
18 C21 111.544807 -129.434317 145.0 bottom
19 C22 43.358 -136.37 90.0 bottom
20 C23 44.882 -136.398 90.0 bottom
21 C24 48.438 -134.112 90.0 bottom
22 C25 36.5 -160.02 90.0 bottom
23 C26 96.0226 -150.6888 0.0 bottom
24 C3 67.996 -118.11 90.0 top
25 C4 85.522 -118.5795 90.0 bottom
26 C5 76.759 -118.11 90.0 top
27 C6 82.982 -118.5795 90.0 bottom
28 C7 70.917 -180.454 270.0 bottom
29 C8 70.917 -184.33 270.0 bottom
30 C9 100.762 -117.475 347.5 bottom
31 D1 39.0312 -151.13 90.0 top
32 D10 61.8912 -151.13 90.0 top
33 D11 64.44 -151.1306 90.0 top
34 D12 66.9878 -151.1306 90.0 top
35 D13 69.5278 -151.1306 90.0 top
36 D14 72.0678 -151.1306 90.0 top
37 D15 74.6078 -151.1306 90.0 top
38 D16 77.1478 -151.1306 90.0 top
39 D17 79.6878 -151.1306 90.0 top
40 D18 82.2278 -151.1306 90.0 top
41 D19 84.7678 -151.1306 90.0 top
42 D2 41.5712 -151.13 90.0 top
43 D20 87.3078 -151.1306 90.0 top
44 D21 89.8478 -151.1294 90.0 top
45 D22 92.3956 -151.1294 90.0 top
46 D23 94.9356 -151.1294 90.0 top
47 D24 97.4756 -151.1294 90.0 top
48 D25 100.0156 -151.1294 90.0 top
49 D26 102.5556 -151.1294 90.0 top
50 D27 105.0956 -151.1294 90.0 top
51 D28 107.6356 -151.1294 90.0 top
52 D29 110.1756 -151.1294 90.0 top
53 D3 44.1112 -151.13 90.0 top
54 D30 112.7156 -151.1294 90.0 top
55 D31 38.9736 -168.9088 90.0 top
56 D32 41.5214 -168.9088 90.0 top
57 D33 44.0614 -168.9088 90.0 top
58 D34 46.6014 -168.9088 90.0 top
59 D35 49.1414 -168.9088 90.0 top
60 D36 51.6814 -168.9088 90.0 top
61 D37 54.2214 -168.9088 90.0 top
62 D38 56.7614 -168.9088 90.0 top
63 D39 59.3014 -168.9088 90.0 top
64 D4 46.6512 -151.13 90.0 top
65 D40 61.8414 -168.9088 90.0 top
66 D41 64.3892 -168.9094 90.0 top
67 D42 66.938 -168.9106 90.0 top
68 D43 69.478 -168.9106 90.0 top
69 D44 72.018 -168.9106 90.0 top
70 D45 74.558 -168.9106 90.0 top
71 D46 77.098 -168.9106 90.0 top
72 D47 79.638 -168.9106 90.0 top
73 D48 82.178 -168.9106 90.0 top
74 D49 84.718 -168.9106 90.0 top
75 D5 49.1912 -151.13 90.0 top
76 D50 87.2658 -168.9106 90.0 top
77 D51 89.8146 -168.9094 90.0 top
78 D52 92.3624 -168.9094 90.0 top
79 D53 94.9024 -168.9094 90.0 top
80 D54 97.4424 -168.9094 90.0 top
81 D55 99.9824 -168.9094 90.0 top
82 D56 102.5224 -168.9094 90.0 top
83 D57 105.0624 -168.9094 90.0 top
84 D58 107.6024 -168.9094 90.0 top
85 D59 110.1424 -168.9094 90.0 top
86 D6 51.7312 -151.13 90.0 top
87 D60 112.6824 -168.9094 90.0 top
88 D61 72.06 -115.824 270.0 bottom
89 D62 69.52 -115.79 90.0 bottom
90 D63 63.424 -115.79 270.0 bottom
91 D65 66.98 -120.65 270.0 bottom
92 D66 63.551 -120.65 90.0 bottom
93 D67 69.52 -120.65 90.0 bottom
94 D68 72.06 -120.65 270.0 bottom
95 D7 54.2712 -151.13 90.0 top
96 D70 109.6896 -150.6888 0.0 bottom
97 D71 106.35 -184.15 180.0 top
98 D72 106.35 -181.61 180.0 top
99 D73 91.11 -181.61 180.0 top
100 D74 91.11 -184.15 180.0 top
101 D75 75.87 -184.15 180.0 top
102 D76 75.87 -181.61 180.0 top
103 D77 60.63 -181.61 180.0 top
104 D78 60.63 -184.15 180.0 top
105 D79 45.39 -184.15 180.0 top
106 D8 56.8112 -151.13 90.0 top
107 D80 45.3894 -181.61 180.0 top
108 D81 45.39 -135.89 180.0 top
109 D82 45.39 -138.43 180.0 top
110 D83 60.63 -138.43 180.0 top
111 D84 60.63 -135.89 180.0 top
112 D85 75.87 -135.89 180.0 top
113 D86 75.87 -138.43 180.0 top
114 D87 91.11 -138.43 180.0 top
115 D88 91.11 -135.89 180.0 top
116 D89 106.35 -135.89 180.0 top
117 D9 59.3512 -151.13 90.0 top
118 D90 106.35 -138.43 180.0 top
119 D91 49.4032 -115.1382 180.0 bottom
120 E1 41.4656 -168.4942 0.0 bottom
121 F5 55.0796 -168.4942 0.0 bottom
122 FID1 47.93 -179.07 0.0 top
123 FID2 47.93 -179.07 0.0 bottom
124 FID3 103.81 -179.07 0.0 bottom
125 FID4 42.85 -111.76 0.0 bottom
126 FID5 103.81 -179.07 0.0 top
127 FID6 104.572 -107.696 0.0 top
128 G1 95.9996 -168.4942 0.0 bottom
129 H1 109.7132 -168.4942 0.0 bottom
130 I1 68.7176 -150.6908 0.0 bottom
131 J1 92.38 -118.76 180.0 top
132 J14 55.296 -106.5784 0.0 top
133 J4 75.87 -160.02 0.0 top
134 J5 110.0015 -111.9435 135.0 top
135 J6 68.6696 -168.4942 0.0 bottom
136 J7 38.903974 -109.1692 225.0 top
137 JP1 67.3864 -132.7912 90.0 bottom
138 JP13 84.3536 -132.969 90.0 bottom
139 JP14 82.855 -132.969 90.0 bottom
140 JP2 68.885 -132.7912 90.0 bottom
141 K1 82.3596 -168.4942 0.0 bottom
142 L1 82.3216 -150.6908 0.0 bottom
143 R1 60.757 -179.07 180.0 bottom
144 R10 44.882 -134.108 270.0 bottom
145 R11 111.557 -133.223 284.0 bottom
146 R12 110.795 -124.968 187.5 bottom
147 R13 49.962 -134.11 90.0 bottom
148 R14 46.914 -134.11 270.0 bottom
149 R15 49.962 -136.396 90.0 bottom
150 R16 48.438 -136.396 90.0 bottom
151 R17 46.914 -138.682 90.0 bottom
152 R18 49.962 -138.682 90.0 bottom
153 R19 46.914 -136.396 90.0 bottom
154 R2 105.588 -118.745 192.5 bottom
155 R20 48.438 -138.682 90.0 bottom
156 R21 41.834 -138.682 270.0 bottom
157 R22 43.358 -138.682 270.0 bottom
158 R23 44.882 -138.682 270.0 bottom
159 R24 40.564 -122.174 90.0 bottom
160 R26 97.079 -118.745 74.0 bottom
161 R27 95.628822 -122.818683 50.0 bottom
162 R29 46.152 -134.11 270.0 bottom
163 R3 108.763 -117.602 260.0 bottom
164 R4 91.11 -179.07 180.0 bottom
165 R5 104.826 -114.808 65.0 bottom
166 R6 41.834 -134.11 270.0 bottom
167 R7 101.143 -129.159 260.0 bottom
168 R8 43.358 -134.11 270.0 bottom
169 R9 108.255 -132.969 300.0 bottom
170 SW1 110.0076 -111.9378 45.0 bottom
171 SW2 37.388 -124.936 0.0 top
172 TP10 51.359 -105.664 0.0 bottom
173 TP11 49.835 -105.664 0.0 bottom
174 TP12 48.311 -105.664 0.0 bottom
175 TP13 35.738 -118.872 270.0 bottom
176 TP14 35.738 -117.094 180.0 bottom
177 TP15 116.51 -144.78 90.0 bottom
178 TP16 35.738 -114.554 180.0 bottom
179 TP17 35.23 -144.78 180.0 bottom
180 TP18 115.113 -116.84 0.0 top
181 TP19 116.51 -142.24 180.0 bottom
182 TP20 95.936 -106.426 0.0 top
183 TP21 55.296 -110.998 0.0 top
184 TP22 58.09 -128.27 180.0 bottom
185 TP23 58.09 -106.542937 180.0 bottom
186 TP25 35.23 -142.24 180.0 bottom
187 TP5 80.442 -119.634 0.0 bottom
188 TP6 80.442 -117.602 0.0 bottom
189 TP7 43.866 -105.664 0.0 bottom
190 TP8 45.644 -105.664 0.0 bottom
191 TP9 52.883 -105.664 0.0 bottom
192 U1 84.242 -118.628 90.0 top
193 U10 46.66 -122.3772 180.0 bottom
194 U11 75.87 -134.685 180.0 bottom
195 U12 91.364 -134.682 180.0 bottom
196 U2 76.784 -182.372 0.0 bottom
197 U4 60.63 -182.626 270.0 bottom
198 U6 91.11 -182.753 270.0 bottom
199 U7 60.376 -134.62 180.0 bottom
200 U8 100.635 -110.49 180.0 bottom
201 U9 105.837 -126.492 0.0 top
202 Y1 114.947 -120.439 90.0 bottom

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 MiB

After

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

Binary file not shown.

View File

@ -2,6 +2,9 @@ MIT License
Copyright (c) 2024 Kevin Santo Cappuccio
Architeuthis Flux
KevinC@ppucc.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights

View File

@ -1,5 +1,15 @@
// SPDX-License-Identifier: MIT
/*
Kevin Santo Cappuccio
Architeuthis Flux
KevinC@ppucc.io
5/28/2024
*/
#include <Arduino.h>
#define USE_TINYUSB 1