This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
标签: will D-channels conversion continous
上传时间: 2013-12-09
上传用户:zm7516678
END驱动编写概述 pdf文件 大家分享
上传时间: 2013-11-28
上传用户:希酱大魔王
停车场的设置.用对列和栈实现.以end结束.
上传时间: 2016-05-27
上传用户:xiaohuanhuan
symbian s60 end to end socket程序源码 基于第二版何第三版的sdk
上传时间: 2014-11-23
上传用户:chenjjer
dm9000e网卡芯片在周立功的MagicARM2200实验箱上的基于VxWorks的END网卡驱动。自己调试修改的。
标签: MagicARM VxWorks 9000e 9000
上传时间: 2016-06-20
上传用户:ikemada
adhoc路由协议aodv仿真与end-to-en-delay分析
标签: end-to-en-delay adhoc aodv 路由协议
上传时间: 2016-06-21
上传用户:tyler
实现中断复制功能. 除非输入i(I),否则会在屏幕上显出输入的字母或字符值. 以end结束. 具体解释见源程序.
上传时间: 2013-12-10
上传用户:erkuizhang
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private public Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24
matlab,using fuzzy to keep the distance with front car
标签: distance matlab fuzzy front
上传时间: 2016-07-15
上传用户:蠢蠢66
Private Sub cancel_Click(Index As Integer) Unload form1 End Sub
标签: cancel_Click Sub Private Integer
上传时间: 2016-07-27
上传用户:epson850