Description
Sets the interval between the first and second phases of biphasic pulses on a specified output channel
Syntax
setInterPhaseInterval(uint8_t channel, float timeInSeconds)
Parameters
channel: the output channel to adjust
timeinSeconds: the duration of phase 1 (0.0001s to 3600s)
Returns
None
Example
// Set output channel 1 to use a 100μs interval between phases.
myPulsePal.setBiphasic(1,0);
myPulsePal.setInterPhaseInterval(1,0.0001);