Description
Sets the duration for the first phase of each pulse on a specified output channel
Syntax
setPhase1Duration(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 3 to use 100μs monophasic square pulses.
myPulsePal.setBiphasic(3,0);
myPulsePal.setPhase1Duration(3,0.0001);