updated
This commit is contained in:
17
main.lua
17
main.lua
@@ -13,15 +13,14 @@ burnRateDriver = kernel.addDriver("burnrate_driver")
|
|||||||
|
|
||||||
|
|
||||||
local function runMonitors()
|
local function runMonitors()
|
||||||
while true do
|
sleep(5)
|
||||||
parallel.waitForAll(
|
parallel.waitForAll(
|
||||||
tempDriver.watch,
|
tempDriver.watch,
|
||||||
coolantDriver.watch,
|
coolantDriver.watch,
|
||||||
statusDriver.watch,
|
statusDriver.watch,
|
||||||
turbineDriver.watch,
|
turbineDriver.watch,
|
||||||
burnRateDriver.watch
|
burnRateDriver.watch
|
||||||
)
|
)
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function runDisplay()
|
local function runDisplay()
|
||||||
|
|||||||
Reference in New Issue
Block a user