You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

GPIO_TOOL_ANALOG_INDEX

This is an enumeration type constant that refers to GPIO analog input/output terminal installed in the edge of the robot, and is defined as follows.

Rank

Constant Name

Description

0

GPIO_TOOL_ANALOG_INDEX_1

Robot Edge GPIO No. 1 Input/Output Port

1

GPIO_TOOL_ANALOG_INDEX_2

Robot Edge GPIO No. 2 Input/Output Port

Defined in: DRFC.h

typedef enum {
    GPIO_TOOL_ANALOG_INDEX_1 = 0,
    GPIO_TOOL_ANALOG_INDEX_2,
} GPIO_TOOL_ANALOG_INDEX;