Filter: convert example from .pde to .cpp

This commit is contained in:
Andrew Tridgell 2015-06-01 16:58:18 +10:00
parent e734f24cc1
commit b7f0735c2b
8 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,8 @@
LIBRARIES += AP_Common
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += Filter
LIBRARIES += StorageManager

View File

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

View File

@ -0,0 +1,8 @@
LIBRARIES += AP_Common
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += Filter
LIBRARIES += StorageManager

View File

@ -0,0 +1,10 @@
LIBRARIES += AP_Common
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_HAL_FLYMAPLE
LIBRARIES += AP_HAL_PX4
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += Filter
LIBRARIES += StorageManager