码迷,mamicode.com
首页 >  
搜索关键字:ports    ( 1353个结果
【嵌入式Linux+ARM】GPIO操作
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简介
GPIO(General Purpose I/O Ports)意思为通用输入/输出端口,通俗地说,就是一些引脚,可以通过它们输出高低电平或者通过它们读入引脚的状态-是高电平或是低电平。 GPIO口一是个比较重要的概念,用户可以通过GPIO口和硬件进行数据交互(如UART),控制硬件工作(如LED、蜂 ...
分类:其他好文   时间:2017-03-11 16:01:48    阅读次数:262
NFS实现目录共享
NFS实现目录共享 1、安装nfs服务端 (192.168.1.10) 2、安装nfs客户端 (192.168.1.11) ...
分类:其他好文   时间:2017-03-07 17:47:24    阅读次数:142
webpack配置
先说说已有的几种模块加载方式 script 最原始的js文件加载方式,把每个文件作为一个模块 commonJS 用require方法同步加载依赖的模块,通过exports或module.exports导出要暴露的接口 AMD 异步加载模块,声明模块的时候指定依赖,即依赖前置 ES6 es6标准新增了 ...
分类:Web程序   时间:2017-03-06 14:55:46    阅读次数:173
使用 Arrays 类操作 Java 中的数组
//导入Arrays类import java.util.Arrays;//使用Arrays必须导入此行,导入包public class lianxi11 { public static void main(String[] args) { // 定义一个字符串数组 String[] hobbys = ...
分类:编程语言   时间:2017-02-27 23:01:53    阅读次数:233
利用html5 postMessage接口跨域设置iframe大小
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的.NET版本源码解析
[概述] 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
nc命令用法
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
[Linux]几个armhf的ubuntu源
摘自百度贴吧,留存 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!