adc i2c extra

This commit is contained in:
Alessandro Mauri 2026-02-04 19:44:04 +01:00
parent 64925ce13a
commit a4dc08f881
6 changed files with 7926 additions and 3537 deletions

3
.gitignore vendored
View File

@ -38,3 +38,6 @@ fp-info-cache
# Local project settings
*.kicad_prl
# lcsc export
production/**

View 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}

View File

@ -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
(at -11.8 -3.273)
(size 1.7 1.7)

File diff suppressed because it is too large Load Diff

View File

@ -139,7 +139,7 @@
"min_track_width": 0.0,
"min_via_annular_width": 0.1,
"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
},
"teardrop_options": [

File diff suppressed because it is too large Load Diff