[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,101 @@
{
"title": "Low-side command default states",
"source": "IO_MODULES/DIGITAL_OUTPUTS.md: Protected low-side outputs",
"reference_scope": "documentation only",
"components": [
{
"ref": "J0",
"kind": "port",
"pins": [
"P"
],
"value": "MCU GPIO"
},
{
"ref": "R_IN_PD",
"kind": "resistor",
"pins": [
"1",
"2"
],
"value": "R_IN_PD"
},
{
"ref": "G0",
"kind": "ground-port",
"pins": [
"P"
],
"value": "LOCAL_GND"
},
{
"ref": "U0",
"kind": "driver-pin",
"pins": [
"INx"
],
"value": "TLE9104SH INx"
},
{
"ref": "J1",
"kind": "port",
"pins": [
"P"
],
"value": "MCU enable"
},
{
"ref": "R_EN_PD",
"kind": "resistor",
"pins": [
"1",
"2"
],
"value": "R_EN_PD"
},
{
"ref": "G1",
"kind": "ground-port",
"pins": [
"P"
],
"value": "LOCAL_GND"
},
{
"ref": "U1",
"kind": "driver-pin",
"pins": [
"EN"
],
"value": "TLE9104SH EN"
}
],
"nets": [
{
"name": "MCU GPIO",
"connections": [
"J0.P",
"R_IN_PD.1",
"U0.INx"
]
},
{
"name": "LOCAL_GND",
"connections": [
"R_IN_PD.2",
"G0.P",
"R_EN_PD.2",
"G1.P"
]
},
{
"name": "MCU enable",
"connections": [
"J1.P",
"R_EN_PD.1",
"U1.EN"
]
}
],
"no_connects": []
}