added I2C driver for TeraRanger One

This commit is contained in:
Nicolas de Palezieux
2016-04-04 16:29:30 +02:00
committed by Julian Oes
parent 43e0186eb3
commit 00352565ee
5 changed files with 407 additions and 1 deletions
+2
View File
@@ -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
)