Skip to content

Commit

Permalink
Add Bosch BMM350 magnetometer (#23362)
Browse files Browse the repository at this point in the history
* Add Bosch BMM350 magnetometer

* BMM350 replace info messages with debug messages

* BMM350 update measurement interval

* BMM350 fix offsets, update based on review

* BMM350 Update default parameters to 50Hz

* Update OTP Word LSB check

* BMM350 fix styles and formatting

* BMM350 update error checks
  • Loading branch information
Viliuks authored Aug 15, 2024
1 parent af0129d commit 2a124fd
Show file tree
Hide file tree
Showing 9 changed files with 1,331 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/drv_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@
#define DRV_INS_DEVTYPE_VN300 0xE3
#define DRV_DIFF_PRESS_DEVTYPE_ASP5033 0xE4

#define DRV_MAG_DEVTYPE_BMM350 0xE5

#define DRV_DEVTYPE_UNUSED 0xff

#endif /* _DRV_SENSOR_H */
1 change: 1 addition & 0 deletions src/drivers/magnetometer/bosch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
############################################################################

add_subdirectory(bmm150)
add_subdirectory(bmm350)
Loading

0 comments on commit 2a124fd

Please sign in to comment.