Skip to content

Commit

Permalink
Merge pull request #94 from AEFeinstein/working_with_full_motion
Browse files Browse the repository at this point in the history
LSM6DSL IMU PR
  • Loading branch information
AEFeinstein authored Oct 16, 2023
2 parents e125141 + 90b6ffe commit e02f98f
Show file tree
Hide file tree
Showing 28 changed files with 4,048 additions and 124 deletions.
4 changes: 2 additions & 2 deletions components/hdw-accel/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
idf_component_register(SRCS "hdw-accel.c"
INCLUDE_DIRS "include"
idf_component_register(SRCS ""
INCLUDE_DIRS ""
REQUIRES driver)
4 changes: 4 additions & 0 deletions components/hdw-imu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
idf_component_register(SRCS "hdw-imu.c"
INCLUDE_DIRS "include"
REQUIRES driver
PRIV_REQUIRES hdw-nvs)
Loading

0 comments on commit e02f98f

Please sign in to comment.