This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How can I do so? by including main.h or spintac_velocity.h, it would occur lots of errors and conflicts. ESPECIALLY problems with "handle "
You will need to do an intelligent merge of the functionality from lab 12a into lab 13c. There really isn't a guide for how to do this. As many of these names overlap, you won't be able to simply include a new file an have the project be expanded with new functionality. You will need to go through the lab 12a code and copy the inertia identification parts and place them into the lab 13c code. You will then need to setup a software switch so that you can enter and exit the inertia identification mode. My advice would be to follow the example in lab 12a for how to do this.