ping library
v0.85
Ping))) distance monitoring library for educational applications
|
Measure Ping))) Ultrasonic Distance Sensor values in cm, inches, or microsecond echo return times. More...
#include "simpletools.h"
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.
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. |
int ping_cm | ( | int | pin) |
Report Ping))) measurement as a centimeter distance.
pin | Number of the I/O pin to set to connected to the Ping))) sensor's SIG line. |
int ping_inches | ( | int | pin) |
Report Ping))) measurement as an inch distance.
pin | Number of the I/O pin to set to connected to the Ping))) sensor's SIG line. |