.. | .. |
---|
59 | 59 | #define PCI1760_CMD_CLR_IMB2 0x00 /* Clears IMB2 */ |
---|
60 | 60 | #define PCI1760_CMD_SET_DO 0x01 /* Set output state */ |
---|
61 | 61 | #define PCI1760_CMD_GET_DO 0x02 /* Read output status */ |
---|
62 | | -#define PCI1760_CMD_GET_STATUS 0x03 /* Read current status */ |
---|
| 62 | +#define PCI1760_CMD_GET_STATUS 0x07 /* Read current status */ |
---|
63 | 63 | #define PCI1760_CMD_GET_FW_VER 0x0e /* Read firmware version */ |
---|
64 | 64 | #define PCI1760_CMD_GET_HW_VER 0x0f /* Read hardware version */ |
---|
65 | 65 | #define PCI1760_CMD_SET_PWM_HI(x) (0x10 + (x) * 2) /* Set "hi" period */ |
---|