Browse Source

AP_BattMonitor: convert example from .pde to .cpp

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
debe7db861
  1. 0
      libraries/AP_BattMonitor/examples/AP_BattMonitor_test/AP_BattMonitor_test.cpp
  2. 28
      libraries/AP_BattMonitor/examples/AP_BattMonitor_test/make.inc

0
libraries/AP_BattMonitor/examples/AP_BattMonitor_test/AP_BattMonitor_test.pde → libraries/AP_BattMonitor/examples/AP_BattMonitor_test/AP_BattMonitor_test.cpp

28
libraries/AP_BattMonitor/examples/AP_BattMonitor_test/make.inc

@ -0,0 +1,28 @@ @@ -0,0 +1,28 @@
LIBRARIES += AP_ADC
LIBRARIES += AP_ADC_AnalogSource
LIBRARIES += AP_AHRS
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Baro
LIBRARIES += AP_BattMonitor
LIBRARIES += AP_Common
LIBRARIES += AP_Compass
LIBRARIES += AP_Declination
LIBRARIES += AP_GPS
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_HAL_Empty
LIBRARIES += AP_HAL_PX4
LIBRARIES += AP_InertialSensor
LIBRARIES += AP_Math
LIBRARIES += AP_Mission
LIBRARIES += AP_NavEKF
LIBRARIES += AP_Notify
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += AP_RangeFinder
LIBRARIES += AP_Terrain
LIBRARIES += AP_Vehicle
LIBRARIES += DataFlash
LIBRARIES += Filter
LIBRARIES += GCS_MAVLink
LIBRARIES += StorageManager
Loading…
Cancel
Save