dormedas
15-02-2008, 19:30
Okay, well, I'm not our team's programmer but I understand how this works and I cannot for the life of me get these servo shifters on the AM super shifter to do anything. They quite literally do nothing, no turnning or anything. I have been combing the forums for a solution but I am a bit short on time so I just figured I would post the problem. These are the new AM super shifters we are using with servos provided. The code is:
if (pl_sw_trig == 1)
{
pwm15 = 255
pwm16 = 255
}
else
{
pwm15 = 0
pwm16 = 0
}
if (pl_sw_top == 1)
{
pwm15 = 0
pwm16 = 0
}
else
{
pwm15 = 255
pwm16 = 255
}
Do you see anything wrong with what we are doing? or any other information needed to know what's wrong?
EDIT: We hooked up the servo to a standard RC controller with a servo controller... It worked perfectly.
Help?
if (pl_sw_trig == 1)
{
pwm15 = 255
pwm16 = 255
}
else
{
pwm15 = 0
pwm16 = 0
}
if (pl_sw_top == 1)
{
pwm15 = 0
pwm16 = 0
}
else
{
pwm15 = 255
pwm16 = 255
}
Do you see anything wrong with what we are doing? or any other information needed to know what's wrong?
EDIT: We hooked up the servo to a standard RC controller with a servo controller... It worked perfectly.
Help?