Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 293 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 293 Bytes

Integration Guide

Include in your project

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

Add in your build system

Supported target platforms are:

  • coreMQTT
set(TARGET_PLATFORM coremqtt)
add_subdirectory(pmqtt)