Quote:
|
Originally Posted by Paolo
Has anyone made a bi-direction bus using the I/Os on the Robot Controller? That is, has anybody dynamically changed I/Os from input to output using software control?
|
Yes, this is pretty common function. You might look into using a state-machine to keep track of what direction the pins should be in at any given time.
-Kevin