Adverti horiz upsell

Servo Tools For Maya 1.0.1 for Maya (maya plugin)

Animate and Control Real Hobby RC Servo Motors directly from Maya.

License
Button download
988 Downloads

Compatibility

  • 2010, 2009, 2008

Operating Systems

  • Windows

History

Created:10/16/2009
Last Modified:11/15/2009
File Size: 179 KB

Q/A

Adding support for more than 4 servos

Date:03/18/2010
Submitted by: frankenegger frankenegger

Greetings,

The maximum servo limit for STFM is hardcoded into the Arduino Sketch. You can see in the code which pins are pre-assigned as default:

29
30
int pinArray[4] = {9, 10, 11, 12}; // digital pins for the servos
 

The other part of code to take not of is the array contents in void setup() and the number of switch statements in void loop().

Apologies, I have to finish this post later, I am being dragged away to work again :( watch this space!

Post a reply: