Category:Peripheral APIs
From ComputerCraft Wiki
To use any of the following APIs you must first wrap a peripheral. For example:
local computer = peripheral.wrap('left') computer.turnOn()
Alternatively, you can use peripheral.call.
Simply running something such as below without wrapping a peripheral will result in an error.
printer.newPage()
Pages in category "Peripheral APIs"
The following 4 pages are in this category, out of 4 total.