Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/SetDIOCounter
- Timestamp:
- 03/12/25 07:58:47 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/SetDIOCounter
v5 v6 2 2 Setup a DIO counter. 3 3 4 {{{ 4 {{{#!c++ 5 5 int SetDIOCounter(int dev, int input, DIOSetReg reg, int value, int wait); 6 6 }}} … … 25 25 26 26 27 {{{ 27 {{{#!c++ 28 28 int bd = 1; 29 29 int inp = 8;