ok yet another coding problem for me.
this is my problem:
Code:
if (joystick.joy2_TopHat = 0)
{
servo[ServoB] = 20;
}
else
{
servo[ServoB] = 255;
}
this won't work, nor will
Code:
if (joy2_TopHat = 0)
i need the top hat button to activate servos, but nothing is working
contacted patrick, but it still doesn't work...he's studying and i don't want to bother him anymore haha