Description
Sets the voltage for the second phase of each pulse on a specified output channel
Syntax
setPhase2Voltage(uint8_t channel, float voltage)
Parameters
channel: the output channel to adjust
voltage: the voltage of phase 1 (-10V to +10V)
Returns
None
Example
// Set output channel 3 to use biphasic square pulses. The second phase will have -8.5V amplitude:
myPulsePal.setBiphasic(3,1);
myPulsePal.setPhase2Voltage(3,-8.5);