Files

102 lines
1.6 KiB
JSON

{
"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": []
}