Posted 16 July 2016 - 03:28 PM
Hello, I noticed, that the code
So after a view hours of googling, I came across this site: http://kd8lvt.altervista.org/openperipheral_docs.xhtml where the "getAllStacks" funktion is listed with a parameter.
After specifying the parameter it works as expected:
So can anyone explain, what this proxy is and what it is used for?
local p = peripheral.wrap("bottom")
s = p.getAllStacks()
print(s)
isn't working, because I receive a very strange table…So after a view hours of googling, I came across this site: http://kd8lvt.altervista.org/openperipheral_docs.xhtml where the "getAllStacks" funktion is listed with a parameter.
After specifying the parameter it works as expected:
local p = peripheral.wrap("bottom")
s = p.getAllStacks(false)
print(s)
So can anyone explain, what this proxy is and what it is used for?