搜索资源列表
51单片机系统中运用电脑上的大键盘
- 51单片机系统中运用电脑上的大键盘! Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 AT89x51使用12M Modified by Shen Peng! Postgraduate of 2003, 7 Department Harbin Engineering University-51 microcomputer system on the use of t
SH207
- 微机键盘和单片机的接口程序,采用了上升沿触发中断服务程序,下降沿触发中断服务程序.-computer keyboard and microcontroller interface procedures using the rising edge trigger interrupt service procedures, falling edge triggering a break in service procedures.
MSP430adcuart
- MSP430定时器触发ADC并送串口的程序,不同于官方网站,适用于F14X,F16X系列-MSP430 timer trigger serial ADC and sent to the procedures different from the official website applies to F14X, F16X Series
Time_Trip_Embedded_System
- 该代码包介绍了基于51系列单片机平台是实现时间触发的嵌入式系统的各种应用的代码-the code based on the Series 51 platform SCM is the time to trigger the Embedded System Applications code
lcd-key-led
- 这是我学习过程中编写的测试代码,用STD2.51开发环境,C语言编写,以MICETEK EV44B0-II开发板为硬件测试平台,用到串口,液晶,键盘,LED。 液晶包括图片显示、划线、ASCII码显示、4000多常用的汉字库,可以显示任意常用的汉字。 键盘采用中断触发!-This is my learning process to prepare the test code used STD2.51 development environment, C language, MICETEK
luojifenxiyi
- 逻辑分析仪 PC发送到单片机的命令共7个字节: 第一字节是触发信号,每bit对应一路信号,1为高电平触发,0为低电平触发; 第二字节是触发有效信号,每bit对应一路信号,1为忽略,0为有效; 第三、四字节是采样时间,对应如下: 2us=0x0402,5us=0x0a02,10us=0x1402,10us=0x2802,50us=0x6402,100us=0xc802,200us=0x3203,500us=0x7d03,1ms=0xfa03,2ms=0x7d04,4ms
lv-mf-test
- 通过AT90S2313的边缘触发功能构成频率级完成金属探测功能-through AT90S2313 the edge trigger function constitute complete frequency-functional metal detector
ZZCPLD
- 本文详细介绍了制作电路板的方法及步骤. 实验板的功能 这个实验板可以做如下实验: 1.可以进行运算器(加、减、乘和除法)、比较器、译码器、编码器、选择器、分配器和一般组合电路的实验 2.可以进行触发器、寄存器、计数器和一般时序电路的实验 3.可以进行频率计电路、时钟电路、计时电路、交通灯等复杂数字系统的实验 4.加扩展板可以进行A/D、D/A、串行E2ROM和8031单片机等方面的实验 -This paper describes a circuit board pro
oscilloscope
- 单片机通过DA对信号采样,然后在液晶显示波形。 功能:采集数据、存储并Y路输出。扩展:A,B路选通,单次/连续触发方式切换, 锁存当前波形,垂直方向增益,垂直方向移动波形-microcontroller through DA sampling of the signal, then the LCD wave. Functions : data collection, storage and Y output. Expansion : A, B channel switching, singl
szdlcr
- 数字电路的串扰分析在数字电路设计领域,串扰是广为存在的,如PCB板、器件封装(Package)、连接器(Connector)和连接电缆(Cable)。而且随着信号速率的提高和产品外形尺寸越来越小,数字系统总的串扰也急剧增加。过大的串扰会影响到系统的性能,甚至可能引起电路的误触发,导致系统无法正常工作-digital circuit crosstalk analysis in the field of digital circuit design, crosstalk is widely exis
logic analysiser
- 本设计主要由数字信号发生器和逻辑分析仪组成,其中数字信号发生器运用了89C51单片机系统,可以重复输出8路循环逻辑移位序列,逻辑分析仪用了89C55单片机系统,可以实现8路信号的采集和显示(时间域和空间域),3级触发字可调,有多种触发功能,可显示时标线,使逻辑分析仪能从大量的数据流中获得有分析意义的数据。-primarily by the design of digital signal generator and logic analyzer, composed of digital sign
时间触发嵌入式系统设计模式源码
- 时间触发嵌入式系统设计模式源码, 是51单片机得不错的操作系统-trigger time embedded system design source, the microcontroller is quite 51 operating system
MCD-LED2
- 单键触发8位二进制累加计数器 该程序的目的是让大家熟悉输入、输出端口的使用 该程序的功能是把演示板当做一个按键计数器。刚刚接通电源时,8只发光二极管都不亮。 表示计数器初值为0,当按下开关S3(RB0)时,计数器的值加1,发光二极管D3点亮,表示值1,然后松 开 按钮;再次按下开关S3(RB0)时,计数器的值又加1,发光二极管D4点亮,表示值2,依次类推,反复循 环。-Speed 8-bit binary up-counter trigger the
Local-oscillation
- 51单片机控制TLC5618产生锯齿波,作为本振的触发信号,并通过写ad9851的频率控制字来产生扫频信号-51 SCM TLC5618 produce sawtooth, as the vibration of the trigger signal, and by writing ad9851 frequency control word to generate sweep signal
External-interruption-test
- msp430f1611外部中断测试程序,仅供参考;外部中断比较敏感,手的信号也会触发外部中断-msp430f1611 external interrupt test procedures, for reference only more sensitive external interrupt, hand signals will trigger the external interrupt
TIM1-trriger-ADC_RegSimul_DualMode
- 自己做的基于stm32的按键触发测试,供初学者学习参考。-My tests based on stm32 the key trigger for beginners to learn information.
SCR.rar
- STC12C5412AD做的温度检测控制的源程序.有AD检测,可控硅过零触发,PID算法.,STC12C5412AD make the temperature measurement and control of the source. Have AD detection, zero crossing triac trigger, PID algorithm.
LM3SLib_ADC_Multi-Trigger
- LM3S系列ADC例程:多种采样触发方式 LM3S系列ADC例程:多种采样触发方式-LM3S Series ADC routine: a variety of sampling trigger LM3S Series ADC routine: a variety of sampling trigger
External-interrupt-0-level-trigger
- /*--- --- --- --- --- --- --- ----- 名称:外部中断0电平触发 内容:通过中断接口P3.2连接的独立按键测试,按一次P1口的LED灯反向, 这里使用电平触发,所以一直按键不松开和一次按键效果不相同,按下会看到灯全部亮 说明中断一直在作用- Name: External Interrupt 0 level trigger : Interrupt the interface P3.2 connection, independent
TIMER-trigger-adc-transmission-DMA
- stm32定时器触发adc的dma传输,可减轻cpu的负担,提高传输效率-stm32 timer trigger adc transmising through dma
