[UNVERIFIED] Astra diagram pass

This commit is contained in:
2026-09-10 23:39:49 +02:00
parent 45c0d7f8ec
commit 31b3595ac0
81 changed files with 3762 additions and 192 deletions
@@ -0,0 +1,94 @@
{
"title": "Protected 5 V logic output",
"source": "IO_MODULES/DIGITAL_OUTPUTS.md: Protected 5 V logic outputs",
"reference_scope": "documentation only",
"components": [
{
"ref": "J",
"kind": "port",
"pins": [
"P"
],
"value": "MCU GPIO"
},
{
"ref": "R_IN_PD",
"kind": "resistor",
"pins": [
"1",
"2"
],
"value": "R_IN_PD"
},
{
"ref": "GI",
"kind": "ground-port",
"pins": [
"P"
],
"value": "GND"
},
{
"ref": "U",
"kind": "functional-block",
"pins": [
"INx",
"OUTx"
],
"value": "TPS4H000-Q1\nVBB = +5V_AUX"
},
{
"ref": "R_OUT_PD",
"kind": "resistor",
"pins": [
"1",
"2"
],
"value": "R_OUT_PD"
},
{
"ref": "GO",
"kind": "ground-port",
"pins": [
"P"
],
"value": "GND"
},
{
"ref": "O",
"kind": "port",
"pins": [
"P"
],
"value": "LOGIC_OUTx"
}
],
"nets": [
{
"name": "MCU GPIO",
"connections": [
"J.P",
"R_IN_PD.1",
"U.INx"
]
},
{
"name": "GND",
"connections": [
"R_IN_PD.2",
"GI.P",
"R_OUT_PD.2",
"GO.P"
]
},
{
"name": "LOGIC_OUTx",
"connections": [
"U.OUTx",
"R_OUT_PD.1",
"O.P"
]
}
],
"no_connects": []
}