Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Added I/O to configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Dillingham authored and Steven Dillingham committed Jun 17, 2014
1 parent 61e2523 commit 027ff33
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
16 changes: 15 additions & 1 deletion sd_card/config/doors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,21 @@
"Pin": "LK2",
"ActiveLevel": "LOW"
}
]
],
"Input": [
{
"Id": "Switch",
"Pin": "IO2",
"ActiveLevel": "LOW"
}
],
"Output": [
{
"Id": "Relay",
"Pin": "IO1",
"ActiveLevel": "LOW"
}
]
},
"DOOR2": {
"Id": "StorageRoom",
Expand Down
16 changes: 8 additions & 8 deletions sd_card/config/pins.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"6": "DM4",
"7": "DM5",
"8": "DM6",
"9": "DM7",
"9": "IO1",
"10": "RSV",
"11": "DM8",
"11": "IO2",
"12": "N/A",
"13": "RST",
"14": "RX1",
Expand All @@ -19,8 +19,8 @@
"17": "RX4",
"18": "RX5",
"19": "RX6",
"20": "RX7",
"21": "RX8",
"20": "IO3",
"21": "IO4",
"22": "R01",
"23": "R11",
"24": "GL1",
Expand Down Expand Up @@ -53,10 +53,10 @@
"51": "RSV",
"52": "RSV",
"53": "RSV",
"A0": "R08",
"A1": "R18",
"A2": "GL8",
"A3": "BP8",
"A0": "IO5",
"A1": "IO6",
"A2": "IO7",
"A3": "IO8",
"A4": "N/A",
"A5": "N/A",
"A6": "N/A",
Expand Down

0 comments on commit 027ff33

Please sign in to comment.