![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
Measure Ping))) Ultrasonic Distance Sensor values in cm, inches, or microsecond echo return times. More...
#include "simpletools.h"
Include dependency graph for ping.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | ping (int pin) |
| Measure echo time in terms of Propeller system clock ticks. More... | |
| int | ping_cm (int pin) |
| Report Ping))) measurement as a centimeter distance. More... | |
| int | ping_inches (int pin) |
| Report Ping))) measurement as an inch distance. More... | |
Measure Ping))) Ultrasonic Distance Sensor values in cm, inches, or microsecond echo return times.
Definition in file ping.h.
| int ping | ( | int | pin | ) |
Measure echo time in terms of Propeller system clock ticks.
| pin | Number of the I/O pin to set to connected to the Ping))) sensor's SIG line. |
Definition at line 3 of file ping.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ping_cm | ( | int | pin | ) |
1.8.17