10-29-2018, 02:09 PM
Hello everyone,
I'm wondering what are the values for the WaitDI function
can I put a code like this?:
I'm not sure what's the right approach for using this function...
Thanks for reading!
I'm wondering what are the values for the WaitDI function
can I put a code like this?:
Code:
sensor = robot1.waitDI(1, 1, 1000)
if sensor == TRUE:
#do something
else:
#do nothing (or do something else)
I'm not sure what's the right approach for using this function...
Thanks for reading!