This commit is contained in:
2025-06-15 17:05:13 -04:00
parent f41ba2a148
commit 86a758a0ea

View File

@@ -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