ping library
v0.85
Ping))) distance monitoring library for educational applications
Main Page
Files
File List
Globals
ping.h
Go to the documentation of this file.
1
15
#ifndef PING_H
16
#define PING_H
17
18
#if defined(__cplusplus)
19
extern
"C"
{
20
#endif
21
22
#include "simpletools.h"
23
34
int
ping(
int
pin);
35
44
int
ping_cm(
int
pin);
45
54
int
ping_inches(
int
pin);
55
56
#if defined(__cplusplus)
57
}
58
#endif
59
/* __cplusplus */
60
#endif
61
/* PING_H */
62
Generated on Tue Aug 6 2013 11:14:07 for ping library by
1.8.4