mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
32af63f734
Arming added for quadrotor. Need to add to rover still. Battery monitoring added with auto shut-off in quadrotor controller. Finally split apo header and source files to allow faster compiling/ fix cyclic header inclusions.
11 lines
94 B
C++
11 lines
94 B
C++
/*
|
|
* AP_BatteryMonitor.cpp
|
|
*
|
|
*/
|
|
|
|
#include "AP_BatteryMonitor.h"
|
|
|
|
namespace apo {
|
|
|
|
} // apo
|