This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

In SensorPowerSequence, what does the value field imply?

In SensorPowerSequence, what does the value field imply?

For example

{SEN_PWR_CMD_XSHTDWN, 0},

{SEN_PWR_CMD_DELAY, 1},

{SEN_PWR_CMD_XSHTDWN, 1,

{SEN_PWR_CMD_TERMINATE, 0}

What is the 0 and 1 for XSHTDWN command? Why do we do a 0 first and 1 next?