文件名称:esp8266-gpio-mqtt-stdout:带有 GPIO、MQTT 和标准输出的基本 ESP8266 代码
文件大小:49KB
文件格式:ZIP
更新时间:2024-07-08 15:22:49
C
带有 GPIO、MQTT 和标准输出的基本 ESP8266 代码。 在 ESP8266-01 上工作和测试 特征 读取 GPIO 开关状态 中断驱动的 GPIO0 上的密钥开关读取器。 (启动时开关必须处于高位。) 在 /ESP-01/GPIO00 上发布,带有“1”或“0”。 切换触发器 - 订阅 /ESP-01/GPIO02 为“1”或“0”以触发 GPIO2。 启动时在 /ESP-01/status 上发布“hello” 启动时 LWT 在 /ESP-01/status 上为“离线” 解决我的 ESP8266-01 未从闪存加载 SSID 的解决方法。 来自 SDK Example 文件夹的 GPIO 代码 + 网络上的各种来源。 esp8266_stdout Jeroen Domburg ( ) stdout 驱动程序的克隆。 它是一种仅使用 TX 引脚的替代
【文件预览】:
esp8266-gpio-mqtt-stdout-master
----driver()
--------stdout()
----tools()
--------esptool.py(18KB)
--------makefile.sh(318B)
--------.gitattributes(218B)
----mqtt()
--------proto.c(3KB)
--------mqtt.c(22KB)
--------mqtt_msg.c(13KB)
--------include()
--------ringbuf.c(2KB)
--------queue.c(2KB)
--------utils.c(4KB)
--------Makefile(1KB)
----include()
--------user_config.h(999B)
--------user.h(204B)
----LICENSE(1KB)
----user()
--------user_main.c(6KB)
----.gitignore(462B)
----Makefile(6KB)
----README.md(9KB)
----modules()
--------include()
--------wifi.c(2KB)
--------Makefile(1KB)
--------config.c(4KB)