Add df_ms5607_wrapper (a renamed copy from BMP280)

This commit is contained in:
Michael Schaeuble
2016-06-01 17:07:52 +02:00
committed by Lorenz Meier
parent 696a378120
commit 52d8723d55
3 changed files with 379 additions and 0 deletions
+5
View File
@@ -20,6 +20,7 @@ set(config_module_list
#
drivers/device
modules/sensors
platforms/posix/drivers/df_ms5607_wrapper
#
# System commands
@@ -94,3 +95,7 @@ set(config_module_list
platforms/posix/px4_layer
platforms/posix/work_queue
)
set(config_df_driver_list
ms5607
)