Skip to content

libmcu/pble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Platform-independent BLE interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published