updated
This commit is contained in:
@@ -20,7 +20,10 @@ local function run()
|
||||
print("Waiting for environment signal...")
|
||||
sleep(1)
|
||||
end
|
||||
peripheral.getMethods("left")
|
||||
local methods = peripheral.getMethods("left")
|
||||
for index, value in ipairs(methods) do
|
||||
print("Method " .. index .. ": " .. value)
|
||||
end
|
||||
--parallel.waitForAll(runMonitor)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user