Quote:
Originally Posted by jamie_1930
I was wondering does anyone remember how to take code of the robot and put it in a file to fix. We lost last year's code and we might be making some changes for an upcoming demo.
|
The code in an IFI Robot Controller is compiled bits for the PIC processor. There is a utility that will allow you to pull the bits out and make a file of data that you can put back in later, but there is no reasonable way to turn that file into C source code.