minimal communication with BMX055
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 15s
Documentation / build (push) Successful in 5s

This commit is contained in:
2024-04-27 23:12:48 -06:00
parent 29be843ad0
commit d9acd6b2a8
8 changed files with 218 additions and 1 deletions

View File

@ -2,3 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_ifdef(CONFIG_EXAMPLE_SENSOR example_sensor)
add_subdirectory_ifdef(CONFIG_BMX055 bmx055)