Add files via upload
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user