Browse Source

PID: convert example from .pde to .cpp

master
Andrew Tridgell 10 years ago
parent
commit
fce95178e7
  1. 10
      libraries/PID/examples/pid/make.inc
  2. 0
      libraries/PID/examples/pid/pid.cpp

10
libraries/PID/examples/pid/make.inc

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
LIBRARIES += AP_Common
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_HAL_Empty
LIBRARIES += AP_HAL_SITL
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += PID
LIBRARIES += StorageManager

0
libraries/PID/examples/pid/pid.pde → libraries/PID/examples/pid/pid.cpp

Loading…
Cancel
Save