02 2023 档案

摘要:docker run --name=minio-test \ -d \ -p 19000:9000 -p 19001:9001 \ -v /home/cl/minio:/data \ -e "MINIO_ROOT_USER=admin" \ -e "MINIO_ROOT_PASSWORD=12345 阅读全文
posted @ 2023-02-28 16:03 LiuChengloong 阅读(17) 评论(0) 推荐(0) 编辑
摘要:// 引入定时器库 #include <Ticker.h> // 实例化定时器对象 Ticker time1; Ticker time2; Ticker time3; Ticker time4; void time1_callback() { Serial.println("时间到,执行我,我是定时 阅读全文
posted @ 2023-02-16 13:47 LiuChengloong 阅读(958) 评论(0) 推荐(0) 编辑
摘要:原因 PlatformIO 内建的 python 无法下载 GitHub 上的资源,或者其他国外的资源。 最推荐 方法 4,如果看不懂方法4,那么依次尝试 3 2 1 方法 解决办法 1 [配置国内下载源] 完全关闭 vscode,完全关闭 vscode,完全关闭 vscode 打开任务管理器,把 阅读全文
posted @ 2023-02-13 16:37 LiuChengloong 阅读(6668) 评论(1) 推荐(2) 编辑
摘要:arduino-esp32 github 地址: https://github.com/espressif/arduino-esp32 Arduino IDE 添加 esp32 开发板 文件 > 首选项 > 其他开发板管理地址 填写:https://raw.githubusercontent.com 阅读全文
posted @ 2023-02-07 15:33 LiuChengloong 阅读(360) 评论(0) 推荐(0) 编辑
摘要:![](https://img2023.cnblogs.com/blog/622937/202302/622937-20230202114237316-1810333167.webp) 阅读全文
posted @ 2023-02-02 11:42 LiuChengloong 阅读(6) 评论(0) 推荐(0) 编辑

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