I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 69
Examples
[C]
int slot,ch;
slot = 0;
for(ch=0;ch<8;ch++)
{
pac_i8088W_PWM_Stop (slot,ch);
}
[C#]
using pac8088WNet;
int slot,ch;
slot = 0;
for(ch=0;ch<8;ch++)
{
pac8088W.PWM_Stop (slot,ch);
}