Add interlocking airlocks (#14177)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Kevin Zheng
2023-05-06 22:49:11 -08:00
committed by GitHub
parent ea5d7d5421
commit 4e5adc2b86
22 changed files with 415 additions and 21 deletions

View File

@@ -72,3 +72,28 @@
id: ArtifactAnalyzerReceiver
name: signal-port-name-artifact-analyzer-receiver
description: signal-port-description-artifact-analyzer-receiver
- type: receiverPort
id: DoorBolt
name: "Bolt"
description: "Bolt door when HIGH."
- type: receiverPort
id: A1
name: "Input A1"
description: "Input A1"
- type: receiverPort
id: B1
name: "Input B1"
description: "Input B1"
- type: receiverPort
id: A2
name: "Input A2"
description: "Input A2"
- type: receiverPort
id: B2
name: "Input B2"
description: "Input B2"

View File

@@ -67,3 +67,18 @@
name: signal-port-name-artifact-analyzer-sender
description: signal-port-description-artifact-analyzer-sender
defaultLinks: [ ArtifactAnalyzerReceiver ]
- type: transmitterPort
id: DoorStatus
name: "Door Status"
description: "HIGH when door is open, LOW when door is closed."
- type: transmitterPort
id: O1
name: "Output 1"
description: "Output 1"
- type: transmitterPort
id: O2
name: "Output 2"
description: "Output 2"