split out magnetometer

This commit is contained in:
2024-07-04 23:30:11 -06:00
parent 9a2419223a
commit d8ac413a9a
7 changed files with 226 additions and 112 deletions

View File

@ -0,0 +1,17 @@
config BMM150
bool "BMM150"
default y
depends on DT_HAS_BOSCH_BMM150_ENABLED
help
Enable driver for BMM150.
if BMM150
config BMM150_TRIGGER
bool "BMM150 trigger mode"
depends on BMM150
help
Set to enable trigger mode using gpio interrupt, where
interrupts are configured to line ALERT PIN.
endif # BMM150