|
wpi-32u4-library
|
#include <Arduino.h>Go to the source code of this file.
Data Structures | |
| class | Rangefinder |
| A class to manage the HC-SR04 ultrasonic rangefinder. More... | |
Functions | |
| void | ISR_Rangefinder (void) |
Variables | |
| Rangefinder | rangefinder |
| void ISR_Rangefinder | ( | void | ) |
A global ISR, which calls Rangefinder::ISR_echo()
Definition at line 125 of file Rangefinder.cpp.
References Rangefinder::ISR_echo(), and rangefinder.
Referenced by Rangefinder::init().
|
extern |
Referenced by ISR_Rangefinder().