Skip to content

Commit

Permalink
mpu6000 split into separate main, header, implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 18, 2019
1 parent d299d43 commit 52c848a
Show file tree
Hide file tree
Showing 6 changed files with 729 additions and 698 deletions.
7 changes: 4 additions & 3 deletions src/drivers/imu/mpu6000/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ px4_add_module(
MAIN mpu6000
STACK_MAIN 1500
SRCS
mpu6000.cpp
mpu6000_i2c.cpp
mpu6000_spi.cpp
MPU6000.cpp
MPU6000_I2C.cpp
mpu6000_main.cpp
MPU6000_SPI.cpp
DEPENDS
drivers_accelerometer
drivers_gyroscope
Expand Down
Loading

0 comments on commit 52c848a

Please sign in to comment.