working simultaneous bluetooth (gatt example) and getting data from sensors
Some checks failed
Build / build (ubuntu-22.04) (push) Has been cancelled
Build / Build (push) Has been cancelled
Documentation / build (push) Has been cancelled

This commit is contained in:
2025-05-31 13:00:11 -06:00
parent 773f28595b
commit b41f8819be
5 changed files with 547 additions and 9 deletions

View File

@ -9,4 +9,7 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(app LANGUAGES C)
target_sources(app PRIVATE src/main.c)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE
${app_sources}
)