1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-07 08:58:06 +00:00

peripheral overhaul

This commit is contained in:
kepler155c@gmail.com
2018-01-06 06:07:49 -05:00
parent 1528bab3ac
commit 911fec9118
5 changed files with 188 additions and 3 deletions

View File

@@ -3,3 +3,6 @@ _G.requireInjector()
local Peripheral = require('peripheral')
_G.device = Peripheral.getList()
-- register the main term in the devices list
_G.device.terminal = _G.term.current()