Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 337 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 337 Bytes

Integration Guide

Include in your project

$ cd ${YOUR_PROJECT_DIR}
$ git submodule add https://github.com/libmcu/pble.git pble

Add in your build system

Supported target platforms are:

  • esp32
  • nrf52
  • zephyr
set(TARGET_PLATFORM esp32)
add_subdirectory(pble)
target_link_libraries(pble idf::bt)