start splitting up BMX055 into the three ICs in its package
Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 49s
Documentation / build (push) Successful in 25s

This commit is contained in:
2024-07-04 23:08:40 -06:00
parent bb3af8312b
commit 53a1fc8f88
10 changed files with 101 additions and 66 deletions

View File

@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_ifdef(CONFIG_EXAMPLE_SENSOR example_sensor)
add_subdirectory_ifdef(CONFIG_BMX055 bmx055)
add_subdirectory_ifdef(CONFIG_BMA255 bma255)
add_subdirectory_ifdef(CONFIG_HDC1080 hdc1080)