I think there is a confusion:
It is also possible to have a daisylink of DUELink modules where the last module (and only the last module) is switched to
I2C non-DUELinkmode (mode #4). This last module can now useDLI2CWr()to access those I2C non-DUELink modules.
So mode must be 4. But in mode part:
| 4 | None | Inactive |
|---|---|---|
| 5 | None | I2C |
So mode must be 5.
Is there a mistake in doc (or maybe Iām tired
, and it can be !
)