@masuidrive/esp-network-config-ble

1.0.7 • Public • Published

Network / MQTT configure for ESP-IDF V4.2 and later

License: Apache by Yuichiro MASUI masui@masuidrive.jp

This repo included ESP-IDF component and Javascript library for browser.

ESP-IDF component

Variable / function naming rules

  • Start with ncb_: public variable / function
    • It's API
  • Start with _ncb_: private variable / function in this library
    • It only use in the library and this library's unittest
    • ex) _ncb_hello_world(), _ncb_params
  • Start with _: file scope variable / function in this library
    • It only use in the file
    • ex) _counter, _func1(), _NCB_CATCH_ESP_ERR()

Javascript library

/@masuidrive/esp-network-config-ble/

    Package Sidebar

    Install

    npm i @masuidrive/esp-network-config-ble

    Weekly Downloads

    4

    Version

    1.0.7

    License

    Apache-2.0

    Unpacked Size

    67.3 kB

    Total Files

    19

    Last publish

    Collaborators

    • masuidrive