adc i2c extra
This commit is contained in:
parent
64925ce13a
commit
a4dc08f881
3
.gitignore
vendored
3
.gitignore
vendored
@ -38,3 +38,6 @@ fp-info-cache
|
|||||||
|
|
||||||
# Local project settings
|
# Local project settings
|
||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
|
|
||||||
|
# lcsc export
|
||||||
|
production/**
|
||||||
|
|||||||
1
fabrication-toolkit-options.json
Normal file
1
fabrication-toolkit-options.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"ARCHIVE_NAME": "", "EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false, "OPEN BROWSER": true, "NO_BACKUP_OPT": false}
|
||||||
@ -152,6 +152,20 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pad "" np_thru_hole circle
|
||||||
|
(at -11.8 -7.027692)
|
||||||
|
(size 2.54 2.54)
|
||||||
|
(drill 2.2)
|
||||||
|
(layers "*.Mask")
|
||||||
|
(uuid "eb382af4-64d5-4008-8bd7-8d01267c3443")
|
||||||
|
)
|
||||||
|
(pad "" np_thru_hole circle
|
||||||
|
(at -11.8 7.7)
|
||||||
|
(size 2.54 2.54)
|
||||||
|
(drill 2.2)
|
||||||
|
(layers "*.Mask")
|
||||||
|
(uuid "50b3b936-d3ef-4f1d-8148-a872ac6faa2f")
|
||||||
|
)
|
||||||
(pad "1" thru_hole circle
|
(pad "1" thru_hole circle
|
||||||
(at -11.8 -3.273)
|
(at -11.8 -3.273)
|
||||||
(size 1.7 1.7)
|
(size 1.7 1.7)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -139,7 +139,7 @@
|
|||||||
"min_track_width": 0.0,
|
"min_track_width": 0.0,
|
||||||
"min_via_annular_width": 0.1,
|
"min_via_annular_width": 0.1,
|
||||||
"min_via_diameter": 0.5,
|
"min_via_diameter": 0.5,
|
||||||
"solder_mask_to_copper_clearance": 0.0,
|
"solder_mask_to_copper_clearance": 0.005,
|
||||||
"use_height_for_length_calcs": true
|
"use_height_for_length_calcs": true
|
||||||
},
|
},
|
||||||
"teardrop_options": [
|
"teardrop_options": [
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user