dscPWMStart
BYTE dscPWMStart(DSCB board, DSCPWM *pwmCircuit);This function is used to start a PWM circuit on the MPE-GPIO. Please consult the MPE-GPIO for more information on the PWM circuit.
Name
Description
DSCB
The board handle
Pointer to the DSCPWM struct containing the PWM parameters
Return Value
Error code or 0.
Last updated
Was this helpful?