Quote:
|
Originally Posted by KenWittlief
you cant do wait loops like that on robot controller code.
you need a counter than increments on each 'pass through' of the code.
your wait loop is making all the code in the RC wait until the loop is done. The other uC in the RC thinks the code has gone out to lunch, so it shuts the controller down.
|
So, what would that code look like?