![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
count function source, see simpletools.h for documentation. More...
#include "simpletools.h"
Include dependency graph for count.c:Go to the source code of this file.
Functions | |
| long | count (int pin, long duration) |
| Count number of low to high transitions an external input applies to an I/O pin over a certain period of time. More... | |
count function source, see simpletools.h for documentation.
@detail Please submit bug reports, suggestions, and improvements to this code to editor@parallax.com.
Definition in file count.c.
| long count | ( | int | pin, |
| long | duration | ||
| ) |
Count number of low to high transitions an external input applies to an I/O pin over a certain period of time.
| pin | I/O pin number |
| duration | Amount of time the measurement counts transitions |
Definition at line 19 of file count.c.
Here is the caller graph for this function:
1.8.17