ping library  v0.8
Ping))) distance monitoring library for educational applications
ping.h
Go to the documentation of this file.
1 
13 #ifndef PING_H
14 #define PING_H
15 
16 #if defined(__cplusplus)
17 extern "C" {
18 #endif
19 
20 #include "simpletools.h"
21 
32 int ping(int pin);
33 
42 int ping_cm(int pin);
43 
52 int ping_inches(int pin);
53 
54 #if defined(__cplusplus)
55 }
56 #endif
57 /* __cplusplus */
58 #endif
59 /* PING_H */
60