目 录 1. 概述... 1 2. 登陆信息... 2 3. 设备驱动... 3 4. 组态建模... 3 5. 手机APP. 5 6. 视频演示... 6 1. 概述 此次我们团队人员对iNeuOS进行了全面升级,主要升级内容包括: (1) 设备容器增加设备驱动,包括:西门子(S7-200smar ...
分类:
移动开发 时间:
2019-11-18 09:22:34
阅读次数:
111
硬件原理及分析 管脚说明 Pin NamePin FunctionR/B(RnB)The R/B output indicates the status of the device operation. When low, it indicates that a program, erase or ... ...
分类:
其他好文 时间:
2019-11-17 20:57:02
阅读次数:
64
驱动程序 1 /* 2 * 参考: 3 * .\linux-2.6.22.6\drivers\mtd\devices\mtdram.c 4 * .\linux-2.6.22.6\drivers\mtd\maps\physmap.c 5 */ 6 #include 7 #include 8 #incl... ...
分类:
其他好文 时间:
2019-11-17 20:51:18
阅读次数:
84
关于此插件 看到一个很多网站都有动态的小人,目前除了即将废弃的flash就是canvas和h5动画了,h5动画能力有限,不能画出复杂的效果 那么canvas就是首选,全部手画也不可能,大部分使用库和工具 这里看到到家都是用的link2d的引擎库,很多人用起来都需要大量的配置,因此想封装一下 本插件是 ...
分类:
Web程序 时间:
2019-11-17 01:23:47
阅读次数:
349
1 <!DOCTYPE html 2 <html lang="en" 3 <head 4 <meta charset="UTF 8" 5 <title Title</title 6 <script src="../node_modules/vue/dist/vue.min.js" </script ...
分类:
其他好文 时间:
2019-11-16 12:38:47
阅读次数:
78
Flash Memory:内存存储器 CPU:中央处理器 microprocessor:微处理器 PC:个人计算机 Setup:设置程序 configuration Menmory:CMOS设置存储器 The BIOS will try to initiate the boot sequence f ...
分类:
其他好文 时间:
2019-11-16 00:40:18
阅读次数:
58
Flash Memory:内存存储器 CPU:中央处理器 microprocessor:微处理器 PC:个人计算机 Setup:设置程序 configuration Menmory:CMOS设置存储器 The BIOS will try to initiate the boot sequence f ...
分类:
其他好文 时间:
2019-11-15 22:21:34
阅读次数:
88
本实验采用W25Q64芯片 W25Q64是华邦公司推出的大容量SPI FLASH产品,其容量为64Mb。该25Q系列的器件在灵活性和性能方面远远超过普通的串行闪存器件。W25Q64将8M字节的容量分为128个块,每个块大小为64K字节,每个块又分为16个扇区,每个扇区4K个字节。W25Q64的最小擦 ...
分类:
其他好文 时间:
2019-11-15 14:14:38
阅读次数:
68
转:https://blog.csdn.net/weixin_34355715/article/details/85751477 Env在u-boot中通常有两种存在方式,在永久性存储介质中(flash、NVRAM等),在SDRAM中。可配置不适用env的永久存储方式,但不常用。U-boot在启动时 ...
分类:
其他好文 时间:
2019-11-15 12:35:35
阅读次数:
162
文件夹数据库处理逻辑 public class DbFolder { JSONObject root; public DbFolder() { this.root = new JSONObject(); this.root.put("f_id", ""); this.root.put("f_name ...
分类:
Web程序 时间:
2019-11-14 18:18:38
阅读次数:
106