cmmakerclub / WiFiConnector

A WiFi Connector Helper library for esp8266 (arduino ide)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A WiFi Connector Helper library for esp8266 (arduino ide)


Languages

Language:C++ 90.9%Language:Python 9.1%