Browse Source

AP_Mount: convert example from .pde to .cpp

master
Andrew Tridgell 10 years ago
parent
commit
83b46243db
  1. 27
      libraries/AP_Mount/examples/trivial_AP_Mount/make.inc
  2. 0
      libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.cpp

27
libraries/AP_Mount/examples/trivial_AP_Mount/make.inc

@ -0,0 +1,27 @@ @@ -0,0 +1,27 @@
LIBRARIES += AP_ADC
LIBRARIES += AP_ADC_AnalogSource
LIBRARIES += AP_AHRS
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Baro
LIBRARIES += AP_BattMonitor
LIBRARIES += AP_Buffer
LIBRARIES += AP_Common
LIBRARIES += AP_Compass
LIBRARIES += AP_Declination
LIBRARIES += AP_GPS
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_InertialSensor
LIBRARIES += AP_Math
LIBRARIES += AP_Mission
LIBRARIES += AP_Mount
LIBRARIES += AP_Notify
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += AP_Terrain
LIBRARIES += AP_Vehicle
LIBRARIES += DataFlash
LIBRARIES += Filter
LIBRARIES += GCS_MAVLink
LIBRARIES += RC_Channel
LIBRARIES += StorageManager

0
libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.pde → libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.cpp

Loading…
Cancel
Save