Skip to content
A WiFi Connector Helper library for esp8266 (arduino ide)
C++ Python
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples update examples. May 11, 2016
lib Begin version 3. Mar 23, 2016
src add serve static files example. May 15, 2016
.gitignore update .gitignore Apr 7, 2016
.travis.yml merged. Apr 12, 2016
README.md Update README.md Apr 11, 2016
extra_ci.py
extra_script.py fix extra_script error. Apr 12, 2016
keywords.txt Update library.properties. Jan 4, 2016
library.json Simplify library name as main include and allow to install library by… May 14, 2016
library.properties update examples. May 11, 2016
platformio.ini add serve static files example. May 15, 2016

README.md

Build Status

WiFiConnector

WiFi Connector เป็น Arduino Library สำหรับ ESP8266 ที่ถูกสร้างขึ้นมาให้ช่วยให้การต่อ WiFi ง่ายขึ้น และลดความซับซ้อนของโปรแกรมลงไปเพราะว่า การทำงานเป็นแบบเรียก callback เมื่อเกิด Event ต่างๆ

Events

  • on_connecting
  • on_connected
  • on_disconnected
  • on_smartconfig_done
  • on_smartconfig_waiting
  • on_smartconfig_processing

ตัวอย่างการใช้งาน

examples/wifi-full-options-config

อ่านบันเรื่องราว อัพเดต และอ่านเพิ่มเติม

Join the chat at https://gitter.im/cmmakerclub/WiFiConnector

You can’t perform that action at this time.