Description
Sets the voltage for the first phase of each pulse on a specified output channel
Syntax
setPhase1Voltage(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 monophasic square pulses of 8.5V amplitude:
myPulsePal.setBiphasic(3,0);
myPulsePal.setPhase1Voltage(3,8.5);