Asked
— Edited

am using new mobile app on ios.what i notest is that the camera movement, only goes all the way down or up or left and right.it doesn stop where you wanted.
am using new mobile app on ios.what i notest is that the camera movement, only goes all the way down or up or left and right.it doesn stop where you wanted.
@nomad.
Email received.
@SteveG this is exactly what I was looking for but I copied and paste #Servo move up If(getservo(D9>140) Servoup(D9,10) Endif Sleep(100) and all the other directions to my project and get this
Start 2: If(getservo(D9>140) > Error on line 2: Missing ) in Expression Done (00:00:00.0170161) what am I missing coz I can't get my old head around coding
@bborastero if it is this line below, there was a missing brace.... If(getservo(D9>140) should be
@bborastero.
Yep, looks like Richard got it. That should get you fixed up.
Do not modify the code for the camera.
Simply press the button direction that you would like to move the head. Press it again to stop moving.
thanks