Servo not moving, Solved March 11, 2014 04:19AM |
Registered: 11 years ago Posts: 198 |
Re: Servo not moving March 11, 2014 06:57AM |
Registered: 12 years ago Posts: 528 |
Re: Servo not moving March 11, 2014 07:05AM |
Registered: 11 years ago Posts: 198 |
Re: Servo not moving March 11, 2014 10:11AM |
Registered: 11 years ago Posts: 198 |
Re: Servo not moving March 11, 2014 01:35PM |
Registered: 12 years ago Posts: 548 |
Re: Servo not moving March 11, 2014 02:12PM |
Registered: 11 years ago Posts: 198 |
#ifdef NUM_SERVOS #define SERVO0_PIN 28 ... ...
#if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1) servos[0].attach(SERVO0_PIN); #endif
Re: Servo not moving March 12, 2014 06:23AM |
Registered: 11 years ago Posts: 198 |
Re: Servo not moving March 12, 2014 12:32PM |
Admin Registered: 16 years ago Posts: 1,470 |
Probably because you're the first one to try hooking up a servo to a Sanguinololu. Or, you're just the first person to post about it online.Quote
Ralf
Wonder why noone have had this problem before me..
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |