Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/StopDIOPulse
- Timestamp:
- 03/12/25 07:56:55 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/StopDIOPulse
v2 v3 2 2 Stop a digital output pulse for the a DIO option card. 3 3 4 {{{ 4 {{{#!c++ 5 5 int StopDIOPulse(int bd, int out); 6 6 }}} … … 21 21 == Examples == 22 22 23 {{{ 23 {{{#!c++ 24 24 if(StopDIOPulse(1, 1) == OK) 25 25 DisplayText(0, 0, "Pulse output stopped");