上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 122 下一页
摘要: #region 将时间戳转化为时间 public string ConvertTampToDateTime(double timeStamp) { DateTime dateTime = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc).AddS 阅读全文
posted @ 2023-08-22 08:10 txwtech 阅读(400) 评论(0) 推荐(0)
摘要: arduino2.1.0-esp32_2.0.9-esp8266_3.1.1离线安装包 https://pan.baidu.com/s/1DFR2X6stro4PTXMg9rOrow?pwd=b4u0 提取码:b4u0 翻译 搜索 复制 阅读全文
posted @ 2023-08-18 11:48 txwtech 阅读(1141) 评论(0) 推荐(0)
摘要: esp8266太空人天气时钟编译成功vscode_arduino 库文件版本: 翻译 搜索 复制 阅读全文
posted @ 2023-08-12 17:08 txwtech 阅读(183) 评论(2) 推荐(1)
摘要: esp8266httpclient_get_post使用 #include<ESP8266WiFi.h> #include <ESP8266HTTPClient.h> //const char *ssid = "AxxxIFI"; const char *password = "xxxs879xxx 阅读全文
posted @ 2023-08-10 14:25 txwtech 阅读(238) 评论(0) 推荐(0)
摘要: arduinoJson与tft_espi库发生冲突解决方法 下载arduinoJson5.0版本的,不要用最新版本 示范代码 // Copyright Benoit Blanchon 2014 // MIT License // // Arduino JSON library // https:// 阅读全文
posted @ 2023-08-10 11:19 txwtech 阅读(117) 评论(0) 推荐(0)
摘要: c#使用HttpListener监听post及get请求方法示范 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; 阅读全文
posted @ 2023-08-08 08:10 txwtech 阅读(102) 评论(0) 推荐(0)
摘要: 路径中“./”、“../”、“/”代表的含义 “./”:代表目前所在的目录。 " . ./"代表上一层目录。 “/”:代表根目录。 翻译 搜索 复制 阅读全文
posted @ 2023-08-07 15:02 txwtech 阅读(1445) 评论(0) 推荐(0)
摘要: AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/../../bootloaders/eboot/flash.h:16:32: fatal error: spi_flash_geometry.h 阅读全文
posted @ 2023-08-04 08:37 txwtech 阅读(59) 评论(0) 推荐(0)
摘要: 复制arduino-master下的所有文件: arduino-master.rar链接待更新 到: 目录:C:\Users\ttx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0 ttx是自己的用户名 [Startin 阅读全文
posted @ 2023-08-03 21:38 txwtech 阅读(184) 评论(0) 推荐(0)
摘要: 说对于初学者和业余新手玩家区别不大,但是其实差别还是很大的。 C3和S3分别使用单核RISC-V和双核XtensaLX7,如果不探讨具体硬件上的差别,只考虑软件设计, 在使用FreeRTOS时对于多任务处理就有很大的差别,例如优先级管理、临界资源控制。 C3和S3的GPIO翻转速度也有很大差别,这个 阅读全文
posted @ 2023-08-02 08:59 txwtech 阅读(3566) 评论(0) 推荐(0)
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 122 下一页