This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
GamerNebulae's profile picture

Duck Antenna

Started by GamerNebulae, 16 August 2014 - 10:13 PM
GamerNebulae #1
Posted 17 August 2014 - 12:13 AM
Small question about the duck antenna. How the hell does it work?
Emma #2
Posted 17 August 2014 - 12:24 AM
Small question about the duck antenna. How the hell does it work?
Please clarify on what you mean when you say that, If you mean, how do I attach it to a turtle? Then simple place them together in a crafting table, (on left/right side). Or, if you mean, what are the functions that it can preform? Then type this in the lua console:

foo = peripheral.wrap(side)
for k,v in pairs(foo) do write(k) read() end
Where side is equal to the side you have the antenna on ex."left"
GamerNebulae #3
Posted 17 August 2014 - 12:26 AM
-snip-

My question was more in the sense of: what are the functions and how can I use them?
Bomb Bloke #4
Posted 17 August 2014 - 03:31 AM
It should be possible to get the OpenPeripheral documentation script to tell you. Check out the first post of this thread.
GamerNebulae #5
Posted 17 August 2014 - 10:18 AM
-snip-

I tried to read that beforehand, but if I open the documentation link I get a 404. So that's why I asked the question here.
Bomb Bloke #6
Posted 17 August 2014 - 01:39 PM
Ah. So it does. And so the OpenPeripheral documentation saga continues…

This appears to be the current link.