ardupilot/libraries/APO/AP_BatteryMonitor.cpp
James Goppert 32af63f734 Added battery monitoring, arming to apo.
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.
2011-10-16 02:55:34 -04:00

11 lines
94 B
C++

/*
* AP_BatteryMonitor.cpp
*
*/
#include "AP_BatteryMonitor.h"
namespace apo {
} // apo