215 posts
Location
Netherlands
Posted 17 August 2014 - 12:13 AM
Small question about the duck antenna. How the hell does it work?
218 posts
Location
tmpim
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"
215 posts
Location
Netherlands
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?
7083 posts
Location
Tasmania (AU)
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.
215 posts
Location
Netherlands
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.
7083 posts
Location
Tasmania (AU)
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.