Peripheral Proxy
- Attach a pe to a CC:T peripheral
- Use getPeripheral to get the peripheral object
OP
No cables needed, no distance limit, no weight
local pe = require("ccpe.pe")
local monitor = pe.getPeripheral(10) -- get the peripheral the channel-10 pe is attached to
assert(monitor , "Peripheral not found")
Next Steps
- Wireless Redstone — send and receive redstone signals