Skip to content

Commit

Permalink
AK09916 move to new WQ, PX4Magnetometer, and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed May 29, 2019
1 parent a523e18 commit f593e3d
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 448 deletions.
1 change: 1 addition & 0 deletions src/drivers/drv_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#define DRV_MAG_DEVTYPE_IST8310 0x06
#define DRV_MAG_DEVTYPE_RM3100 0x07
#define DRV_MAG_DEVTYPE_QMC5883 0x08
#define DRV_MAG_DEVTYPE_AK09916 0x09
#define DRV_ACC_DEVTYPE_LSM303D 0x11
#define DRV_ACC_DEVTYPE_BMA180 0x12
#define DRV_ACC_DEVTYPE_MPU6000 0x13
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/magnetometer/ak09916/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ px4_add_module(
SRCS
ak09916.cpp
DEPENDS
drivers_magnetometer
px4_work_queue
)

Loading

0 comments on commit f593e3d

Please sign in to comment.