mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
added I2C driver for TeraRanger One
This commit is contained in:
committed by
Julian Oes
parent
43e0186eb3
commit
00352565ee
@@ -24,6 +24,7 @@ set(config_module_list
|
||||
platforms/posix/drivers/df_mpu9250_wrapper
|
||||
platforms/posix/drivers/df_bmp280_wrapper
|
||||
platforms/posix/drivers/df_hmc5883_wrapper
|
||||
platforms/posix/drivers/df_trone_wrapper
|
||||
|
||||
#
|
||||
# System commands
|
||||
@@ -93,4 +94,5 @@ set(config_df_driver_list
|
||||
mpu9250
|
||||
bmp280
|
||||
hmc5883
|
||||
trone
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user