1.GPIO介绍 GPIO(general purpose i/o ports)意思为通用输入/输出端口,通俗的说就是一些引脚。 我们可以通过它们输出高低电平 或 读入引脚的状态。 s3c2440中有130个I/O端口,分为A~J共9组,GPA、GPB、..... GPJ 2.GPIO寄存器 既然要 ...
分类:
系统相关 时间:
2017-03-13 14:57:58
阅读次数:
342
GPIO(General Purpose I/O Ports)意思为通用输入/输出端口,通俗地说,就是一些引脚,可以通过它们输出高低电平或者通过它们读入引脚的状态-是高电平或是低电平。 GPIO口一是个比较重要的概念,用户可以通过GPIO口和硬件进行数据交互(如UART),控制硬件工作(如LED、蜂 ...
分类:
其他好文 时间:
2017-03-11 16:01:48
阅读次数:
262
NFS实现目录共享 1、安装nfs服务端 (192.168.1.10) 2、安装nfs客户端 (192.168.1.11) ...
分类:
其他好文 时间:
2017-03-07 17:47:24
阅读次数:
142
先说说已有的几种模块加载方式 script 最原始的js文件加载方式,把每个文件作为一个模块 commonJS 用require方法同步加载依赖的模块,通过exports或module.exports导出要暴露的接口 AMD 异步加载模块,声明模块的时候指定依赖,即依赖前置 ES6 es6标准新增了 ...
分类:
Web程序 时间:
2017-03-06 14:55:46
阅读次数:
173
//导入Arrays类import java.util.Arrays;//使用Arrays必须导入此行,导入包public class lianxi11 { public static void main(String[] args) { // 定义一个字符串数组 String[] hobbys = ...
分类:
编程语言 时间:
2017-02-27 23:01:53
阅读次数:
233
Normally, documents on different pages are able to communicate between each other only if their domains, protocols and ports match up. HTML 5 specific ...
分类:
Web程序 时间:
2017-02-25 23:43:35
阅读次数:
240
[概述] ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other language ...
分类:
Web程序 时间:
2017-02-23 16:17:48
阅读次数:
1191
root@10.1.1.43:~# nc -h[v1.10-38]connect to somewhere: nc [-options] hostname port[s] [ports] ... listen for inbound: nc -l -p port [-options] [hostna ...
分类:
其他好文 时间:
2017-02-21 15:47:02
阅读次数:
415
摘自百度贴吧,留存 http://mirrors.ustc.edu.cn/ubuntu-ports/http://ftp.ubuntu-tw.org/mirror/ubuntu-ports/http://mirror.csclub.uwaterloo.ca/ubuntu-ports/http://m ...
分类:
系统相关 时间:
2017-02-20 00:48:47
阅读次数:
625