MSPFRepeat function.
Repeat sending the last Power Function command using the mindsensors NRLink device. Specify the number of times to repeat the command and the number of milliseconds of delay between each repetition. The port must be configured as a Lowspeed port before using this function.
- Parameters:
-
| _port | The sensor port. See NBC Input port constants. |
| _i2caddr | The sensor I2C address. See sensor documentation for this value. |
| _count | The number of times to repeat the command. |
| _delay | The number of milliseconds to delay between each repetition. |
| _result | The function call result. NO_ERR or Communications specific errors. |