Add files via upload

This commit is contained in:
StormFusions
2021-05-15 17:24:08 +01:00
committed by GitHub
parent fc728d693a
commit 5978ccf58f
+6
View File
@@ -1,6 +1,10 @@
-- peripheral identification -- peripheral identification
-- --
local monitorr = peripheral.find("monitor")
monitorr.setTextScale(0.5)
function periphSearch(type) function periphSearch(type)
local names = peripheral.getNames() local names = peripheral.getNames()
local i, name local i, name
@@ -91,3 +95,5 @@ function clear(mon)
mon.monitor.clear() mon.monitor.clear()
mon.monitor.setCursorPos(1,1) mon.monitor.setCursorPos(1,1)
end end
monitorr.setTextScale(0.5)