loading
 
Arduino Mega New Software version 1.0.1
Techdetect from United States  [28 posts]
12 year
Just found out that the Arduino Mega module for RoboRealm is not working with new version of Arduino 1.0.1.

  "no matching function for call to 'Servo::detach(unsigned int&)'

441: error: no matching function for call to 'Servo::detach(unsigned int&)'

Note is : canidates are: void Servo::detach()

Any help is great, especially from Steve G>
Anonymous 12 year
Just replace


        servos[i].detach(defaultServo[i]);

line 442 with


        servos[i].detach();

i.e. delete the parameter.

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index