/pwifi

Platform-independent WiFi interface

Primary LanguageCMIT LicenseMIT

Integration Guide

Include in your project

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

Add in your build system

Supported target platforms are:

  • esp32
  • zephyr
set(TARGET_PLATFORM esp32)
add_subdirectory(pwifi)