摘要:
esp8266太空人天气时钟编译成功vscode_arduino 库文件版本: 翻译 搜索 复制 阅读全文
摘要:
esp8266httpclient_get_post使用 #include<ESP8266WiFi.h> #include <ESP8266HTTPClient.h> //const char *ssid = "AxxxIFI"; const char *password = "xxxs879xxx 阅读全文
摘要:
arduinoJson与tft_espi库发生冲突解决方法 下载arduinoJson5.0版本的,不要用最新版本 示范代码 // Copyright Benoit Blanchon 2014 // MIT License // // Arduino JSON library // https:// 阅读全文
摘要:
c#使用HttpListener监听post及get请求方法示范 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; 阅读全文
摘要:
路径中“./”、“../”、“/”代表的含义 “./”:代表目前所在的目录。 " . ./"代表上一层目录。 “/”:代表根目录。 翻译 搜索 复制 阅读全文
摘要:
AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/../../bootloaders/eboot/flash.h:16:32: fatal error: spi_flash_geometry.h 阅读全文
摘要:
复制arduino-master下的所有文件: arduino-master.rar链接待更新 到: 目录:C:\Users\ttx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0 ttx是自己的用户名 [Startin 阅读全文
摘要:
说对于初学者和业余新手玩家区别不大,但是其实差别还是很大的。 C3和S3分别使用单核RISC-V和双核XtensaLX7,如果不探讨具体硬件上的差别,只考虑软件设计, 在使用FreeRTOS时对于多任务处理就有很大的差别,例如优先级管理、临界资源控制。 C3和S3的GPIO翻转速度也有很大差别,这个 阅读全文
摘要:
第三方库自动下载的位置: D:\Users\xx\Documents\Arduino\libraries\ArduinoJson 不要把库放在其它地方,arduino编译找不到的。 与设置的地方一致 In file included from d:\Arduino_Project\agv_remot 阅读全文
摘要:
ARDUINO 串口监视器 支持UTF-8编码 其它TCP/IP发送显示乱码 ARDUINO 串口监视器 支持UTF-8编码,不支持GBK编码 翻译 搜索 复制 阅读全文