Quote:
|
Originally Posted by Greg
I have another question. Which PIC controls the digital IO pins on the robot controller - master or the user PIC? In other words, is it possible to update data on those pins without calling Putdata? Or does it only update the state of the digital outouts when putdata is called?
|
The Digital I/O pins are all controlled by the User Controller (Putdata() is not required.)