|
RBE1001Lib
|

Go to the source code of this file.
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Rangefinder | ultrasonic |
| void loop | ( | ) |
Definition at line 23 of file Ultrasonic.ino.
References Rangefinder::getDistanceCM().

| void setup | ( | ) |
Definition at line 10 of file Ultrasonic.ino.
References Rangefinder::attach(), SIDE_ULTRASONIC_ECHO, and SIDE_ULTRASONIC_TRIG.

| Rangefinder ultrasonic |
Definition at line 4 of file Ultrasonic.ino.
1.8.13