AnHardt 2ddb2a2be9 Add Servo::move() to servo.cpp
move(pin, angel) - Sequence of attach(pin), write(angel),
                   if DEACTIVATE_SERVOS_AFTER_MOVE is defined waits SERVO_DEACTIVATION_DELAY, than detaches.

As we have jitter on the servos during moves of the steppers, and detaching them improves this behaviour,
the usual sequence to handle a servo movement is:
attach(pin)
write(angel)
delay(until the servo finished the move)
detache()

Here a function to handle the complete sequence.
2015-07-15 17:39:43 -05:00
..
2015-04-27 13:16:20 +02:00
2015-04-25 21:06:19 -07:00
2015-07-09 11:36:46 -05:00
2015-06-27 06:10:19 -05:00
2015-05-17 17:36:32 -07:00
2015-06-03 00:47:11 +02:00
2015-03-02 07:06:01 -08:00
2015-04-03 22:54:48 -07:00
2015-03-31 16:59:43 +02:00
2015-04-09 13:09:18 +02:00
2015-03-31 16:59:43 +02:00
2015-05-28 20:30:23 +02:00
2015-06-03 08:18:27 +02:00
2015-03-31 16:59:43 +02:00
2015-03-31 16:59:43 +02:00
2015-05-10 15:38:50 +02:00
2015-06-03 08:18:27 +02:00
2015-03-31 16:59:43 +02:00
2015-03-31 16:59:43 +02:00
2015-05-19 02:46:37 +02:00
2015-06-28 08:20:28 -05:00
2015-03-25 20:36:24 -07:00
2015-03-27 20:29:05 -07:00
2015-04-05 23:34:56 -06:00
2015-01-27 15:32:34 -08:00
2015-01-27 15:32:34 -08:00
2015-07-09 11:36:46 -05:00
2015-02-24 04:46:11 -08:00
2015-01-27 15:32:34 -08:00
2015-07-09 11:36:46 -05:00
2015-06-06 20:13:56 -05:00
2015-04-26 20:56:33 -07:00
2015-04-01 05:15:27 +02:00
2015-05-15 03:23:49 -07:00
2015-07-15 17:39:43 -05:00
2015-07-15 17:39:43 -05:00
2015-03-27 00:46:39 -07:00
2015-05-20 20:53:48 +02:00