Replies: 1 comment 4 replies
-
I have asked SrEndi (the developer of Advanced Peripherals) on Discord if there is any event generated, he states there is not. Unfortunately the only way to "listen" for updates is to have something that constantly polls all integrators for any changes. Edit: SrEndi states that this is on his todo list |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the redstoneIntegrator from Advanced Peripherals, and I want to use the os.pullEvent technique to wait for a redstone signal to be detected on the peripheral to let the code continue.
My problem is that I cannot work out how to get the code to run pullEvent for the peripheral. If this is not possible, what is my best course of action?
Thanks in advance.
EDIT: My understanding is that the redstoneIntegrator is only for outputting signals, if I wanted to wait for an event, the peripheral would need to implement its own event to wait for this, which is currently outside of the scope of what the integrator tries to do.
Beta Was this translation helpful? Give feedback.
All reactions