Updated RSIO (markdown)

Mikayla 2023-03-04 21:55:08 -05:00
parent 5e842b5f78
commit 6f32278645

@ -35,7 +35,7 @@ local IO_PORT = {
R_AUTO_CTRL = 13, -- active high, if the reactor burn rate is automatic R_AUTO_CTRL = 13, -- active high, if the reactor burn rate is automatic
R_SCRAMMED = 14, -- active high, if the reactor is scrammed R_SCRAMMED = 14, -- active high, if the reactor is scrammed
R_AUTO_SCRAM = 15, -- active high, if the reactor was automatically scrammed R_AUTO_SCRAM = 15, -- active high, if the reactor was automatically scrammed
R_DMG_CRIT = 16, -- active high, if the reactor damage is critical R_DMG_HIGH = 16, -- active high, if the reactor damage is high
R_HIGH_TEMP = 17, -- active high, if the reactor is at a high temperature R_HIGH_TEMP = 17, -- active high, if the reactor is at a high temperature
R_NO_COOLANT = 18, -- active high, if the reactor has no coolant R_NO_COOLANT = 18, -- active high, if the reactor has no coolant
R_EXCESS_HC = 19, -- active high, if the reactor has excess heated coolant R_EXCESS_HC = 19, -- active high, if the reactor has excess heated coolant