Ez430-Chronos Wrist Watch icon Ez430-Chronos Wrist Watch Map TI eZ430-Chronos watch accelerometer X/Y tilt to ARC servos for intuitive, Wii-Remote-style control of servo positions. Try it →
 

Getposition

Servo.getPosition(port, [ezbIndex])

Parameters

port Servo port to use.
ezbIndex (optional) Board index of the EZB to use.

Returns

The commanded position of the servo at the specified port as a value between 1 and 180.

Description

Returns the position of the servo at the specified port as a value between 1 and 180. This function only returns the position the servo was commanded to move to, not the actual position of the servo. This does not query a bi-directional servo to get the position. It only returns the last position the servo was moved to.

If you wish to get the servo position of a smart servo, use the getPositionRealtime() command