updated
This commit is contained in:
6
main.lua
6
main.lua
@@ -87,6 +87,12 @@ local function run()
|
|||||||
|
|
||||||
startUp();
|
startUp();
|
||||||
monitor.clear();
|
monitor.clear();
|
||||||
|
local names = peripheral.getNames()
|
||||||
|
for index, value in ipairs(names) do
|
||||||
|
print(index, value)
|
||||||
|
read()
|
||||||
|
end
|
||||||
|
|
||||||
parallel.waitForAll(runMonitors, runDisplay)
|
parallel.waitForAll(runMonitors, runDisplay)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user