Hello,
I'm new in Arduino use. I bought the Tinkerkit braccio Robot and I started to use Arduino with it. When I loaded some program examples created by other users as "simpleMovements", "testBraccio90", etc, it used to work properly. However, then I used the Arduino UNO shield for other purposes (buttons and led control programs) and now, when I want to run the robot again, I have a warning message when veryfing the code:
"
C:\Users...\Documents\Arduino\libraries\Braccio\src\Braccio.cpp:30:12: warning: 'step_shoulder' initialized and declared 'extern'
extern int step_shoulder = 45;
"
This warning did not appear before. I tried to delete the arduino libraries from my computer and reinstall them again, but it still doesn't work. I have reset the shields too. However, the message appears again and the robot does not work at all. Have I damaged the Arduino Shield? Do I have to replace it? Maybe this is a very simple problem, but I am not able to solve it.
Thank you very much for your help.
Joel