I8088W_Pwm_Stop - ICP DAS USA I-8088W Api Reference Manual

I/o module
Table of Contents

Advertisement

3.12. i8088W_PWM_Stop

The function is used to stop the PWM pulse.
Syntax
short i8088W_PWM_Stop(int slot,int ch);
Parameter
slot: 0 ~ 7
ch: 0 ~ 7
Return Values
Please refer to Error Code Table.
Examples
[C]
int slot,ch;
slot = 0;
for(ch=0;ch<8;ch++)
{
i8088W_PWM_Stop (slot,ch);
}
I-8088W API Reference Manual, Version 1.0.0, Aug. 2010
--- 37

Advertisement

Table of Contents
loading

Table of Contents