04 2020 档案

摘要:so you tried wifiManager.setHostname(host_name); // sethostname before autoconect if (!wifiManager.autoConnect(host_name, password_AP)) {...what did l 阅读全文
posted @ 2020-04-22 11:55 chenlife 阅读(235) 评论(0) 推荐(0) 编辑
摘要:程序如下: #include "stdio.h" int main(void) { int num,g,s,b; printf ("请输度入问一个三位答数num="); scanf("%d",&num); g=num%10; s=num/10%10; b=num/100; printf("这个三位数 阅读全文
posted @ 2020-04-21 18:36 chenlife 阅读(5564) 评论(0) 推荐(0) 编辑
摘要:一: esptool.py 简介esptool.py 是乐鑫提供的开源库工具,用于乐鑫 ESP8285, ESP8266, ESP32, ESP32-S等系列芯片和 ROM Bootloader(即:一级 bootloader)通讯,从而实现: 固件烧录,flash 擦除,flash 读取,读 MA 阅读全文
posted @ 2020-04-13 20:39 chenlife 阅读(5924) 评论(0) 推荐(0) 编辑
摘要:gpio上电后的输入上拉是硬件决定的,如果使用外部mos管或三极管的时候,在上电过程如果需要保持电平可以尝试一下方法:1. 下拉1k电阻。或者2. 外加反向电路,高电平为关,上电高电平,GPIO初始化后仍然输出高。 阅读全文
posted @ 2020-04-11 18:55 chenlife 阅读(589) 评论(0) 推荐(0) 编辑
摘要:<input type=button value=刷新 onclick="history.go(0)"> <input type=button value=刷新 onclick="location.reload()"> <input type=button value=刷新 onclick="loc 阅读全文
posted @ 2020-04-09 15:04 chenlife 阅读(4082) 评论(0) 推荐(0) 编辑
摘要:if (array[0]=='\0') 或 strlen(array)==0 为空 如果第一个 字符 为 结束符 则任务是空 或者strlen 函数检测其长度,0则为空 阅读全文
posted @ 2020-04-08 21:59 chenlife 阅读(3436) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示