上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 134 下一页
摘要: ArduinoUNO R3接口定义 arduino SPI接口介绍 https://blog.csdn.net/acktomas/article/details/89465810 阅读全文
posted @ 2021-08-05 16:30 txwtech 阅读(558) 评论(0) 推荐(0)
摘要: # OpenOCD-HI3861-RISCV使用方法 (JTAG/DTM+SWD/CoreSight) HI3861使用 五线JTAG+DTM 或 两线SWD+CoreSight 形式进行OpenOCD Debug 基于 https://github.com/riscv/riscv-openocd/ 阅读全文
posted @ 2021-08-04 21:57 txwtech 阅读(2927) 评论(1) 推荐(0)
摘要: c#字符串序列化-字符串转对象转字符串 using System; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using Sys 阅读全文
posted @ 2021-08-04 10:25 txwtech 阅读(728) 评论(0) 推荐(0)
摘要: label_idle_time9.Font = new System.Drawing.Font("幼圆", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 阅读全文
posted @ 2021-08-02 11:47 txwtech 阅读(2436) 评论(0) 推荐(1)
摘要: Neptune w800开发版ubuntu linux环境编译通过——如何搭建开发环境 windows写代码,linux编译 Utunbu安装Samba服务并映射目录到windows: https://www.cnblogs.com/txwtech/p/15087136.html 安装VS code 阅读全文
posted @ 2021-08-01 18:48 txwtech 阅读(972) 评论(0) 推荐(0)
摘要: linux_ubuntu的Samba服务的安装-实现linux文件夹共享-window环境访问 阅读全文
posted @ 2021-08-01 17:32 txwtech 阅读(101) 评论(0) 推荐(0)
摘要: Ubuntu开发环境准备 https://device.harmonyos.com/cn/docs/ide/user-guides/install_ubuntu-0000001072959308 下载源码Neptune-HarmonyOS-IOT-master.zip 代码仓地址: https:// 阅读全文
posted @ 2021-08-01 13:08 txwtech 阅读(865) 评论(0) 推荐(1)
摘要: NepTune模组简介 https://www.bilibili.com/video/BV1hV411H7pL?from=search&seid=13232107053180442308 配置Linux环境 https://www.bilibili.com/video/BV1cZ4y1w72f?fr 阅读全文
posted @ 2021-08-01 11:35 txwtech 阅读(1057) 评论(0) 推荐(0)
摘要: Neptune开发板与hiSpark开发板底板的管脚不兼容,Neptune开发板不能安装在hispark的开发板底板上 阅读全文
posted @ 2021-08-01 09:34 txwtech 阅读(69) 评论(0) 推荐(0)
摘要: c#秒转成时分秒显示 public DateTime GetDateTimeBySeconds(double seconds) { return DateTime.Parse(DateTime.Now.ToString("1970-01-01 00:00:00")).AddSeconds(secon 阅读全文
posted @ 2021-07-30 16:01 txwtech 阅读(390) 评论(0) 推荐(0)
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 134 下一页