mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
cb037f3416
the backends are setup to have just the minimum functionality needed for a rangefinder, with all of the higher level logic in the frontend. This should make writing a new backend easier
7 lines
207 B
C
7 lines
207 B
C
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
/// @file AP_RangeFinder.h
|
|
/// @brief Catch-all header that defines all supported RangeFinder classes.
|
|
|
|
#include "RangeFinder.h"
|