I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 36
3.11. i8088W_PWM_Start
The function is used to start the PWM pulse.
Syntax
short i8088W_PWM_Start(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_Start (slot,ch);
}