servoEndSplineMotion()
Description
This function disables the curve interpolation function enabled by servoBeginSplineMotion(). This function is supported in the 86Duino IDE starting with Coding 300.
Grammar
servoEndSplineMotion()
Parameters
None
Postback
None
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
See also
- attach()
- ServoFrame
- positions[]
- playPositions()
- isServoMultiMoving()
- servoBeginSplineMotion()
The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.