7
mirror of https://github.com/system76/thelio-io-hardware.git synced 2025-04-25 01:36:11 +00:00
add resistor divider to ADCs, caps
install pull ups
resistor across power LED input from motherboard
This commit is contained in:
Darrell Harmon 2023-06-17 21:59:14 -04:00
parent e30b225cff
commit 22c2efb53a
4 changed files with 19827 additions and 14890 deletions

View File

LOADING design file

View File

@ -1,8 +1,8 @@
{
"board": {
"active_layer": 0,
"active_layer": 31,
"active_layer_preset": "",
"auto_track_width": false,
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,

View File

@ -83,7 +83,7 @@
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"lib_footprint_mismatch": "ignore",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
@ -409,7 +409,7 @@
"pin_to_pin": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "error",
"simulation_model_issue": "ignore",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",

View File

LOADING design file