|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: Jittery Motor
I'm smelling a possible software issue. What is the code you're using to control this motor?
|
|
#2
|
|||||
|
|||||
|
Re: Jittery Motor
Quote:
Code:
if (joyExtra.getRawButton(4))
{
liftup();
}
else
{
liftstop();
}
if (joyExtra.getRawButton(2))
{
liftdown();
}
else{
liftstop();
}
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|