Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
ax12SetGOAL_POSITION(&servo12,750); delay_ms(70); outvar = ax12GetInfo(&servo12); rprintf("%d\n",outvar); ax12SetGOAL_POSITION(&servo12,750); delay_ms(65); outvar = ax12GetInfo(&servo12); rprintf("%d\n",outvar); ax12SetGOAL_POSITION(&servo12,750); delay_ms(60); outvar = ax12GetInfo(&servo12); rprintf("%d\n",outvar);