CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 单片机中断实现

搜索资源列表

  1. 利用中断的单片机程序

    1下载:
  2. 利用中断实现的单片机程序,用C编的。可能不尽完善,请各位多多指教-use of SCM procedures, the C series. Probably not perfect, please exhibitions
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:228688
    • 提供者:梁莹
  1. 单片机延时

    0下载:
  2. 单片机开发系统延时间程序,C语言开发,采用中断实现,程序简单易用,可以自由更改, 延时1秒到99999秒均可以实现。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-17
    • 文件大小:961
    • 提供者:林海
  1. 杜洋MidTouch21触摸式电子琴

    1下载:
  2. 杜洋MidTouch21触摸式电子琴 普通I/O接口实现触摸感应功能 定时器中断实现电子琴音调
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 51单片机电子琴

    1下载:
  2. 摘要:本系统以Atmel的AT89c52单片机为主控制器,通过制作硬件电路和软件的设计编写,然后进行软硬件的调试运行,最终达到设计电路乐曲弹奏播放功能和存储重放音乐功能。设计中运用中断系统和定时/计数原理控制电子音乐器发生,并对所需的音阶和贝斯用相应的程序语言编写来实现,用8段数码显示管显示所弹奏的乐谱内容。将两个89c52单片机的串行口连接起来,实现5米以外的通信。输出通道通过一个功率放大器驱动扬声器发声。 关键词:单片机,音乐演奏器 目录: 摘要……………………………………………………
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. C8051F120serialcommunicationin

    0下载:
  2. 学习使用 C8051F1xx 单片机中断方式实现串口通信。使用中断定时实现串口通信。使用串口调试工具向串口发送一个字节的数据,可以观察到串口工具可以接收到刚才发送的数据。,C8051F1xx study the use of single-chip serial communication interruption means. Interrupted from time to time to achieve the use of serial communication. Serial deb
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:16042
    • 提供者:关飞
  1. usart_half_mode

    0下载:
  2. Avr单片机半双工模式Usart驱动,用中断实现, 可以像打开文件一样处理usart数据。-Usart communication half mode, implements by interrupt, Can process as file
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:4192
    • 提供者:沙卡
  1. dtsm

    0下载:
  2. 用2*2矩阵键盘实现手动计数,我用的是单片机中断实现该功能-With 2* 2 matrix keyboard manual count, I used the single-chip realization of the function of interruption
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:594
    • 提供者:luoyi
  1. 51mcu_interupt

    0下载:
  2. 51单片机外部中断例程,包含内容有: 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。-51 MCU external interrupt routines, including content: 1. EXT_C.rar, for beginners (with Chinese comments C51 language
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:218956
    • 提供者:高峰
  1. i2c-time

    0下载:
  2. I2C总线协议应用,利用单片机中断实现可以记忆的时钟,程序自己已经调试过,绝对能用-I2C bus protocol applications, the use of the microcontroller interrupt memory clock, program debugging, and absolutely can
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2066
    • 提供者:廖桂林
  1. The-12864-clock-display-program

    0下载:
  2. 12864时钟显示程序~~12864显示模块程序,以及单片机中断实现时钟显示~-The 12864 clock display program
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:32886
    • 提供者:Benedict chan
  1. led-key-int0

    0下载:
  2. 基于51单片机中断实现按键改变led状态的程序-Based on 51 single-chip interrupt achieve key to change the state of the program led
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:17252
    • 提供者:jie
  1. 单片机定时器实现秒计时和显示

    0下载:
  2. 1 基础部分: (1) 用51的p1口作为数据输出口,p2口为共阴数码管位选信号,利用定时器0实现秒计时和显示。 (2) 上电复位后,显示00。 (3) 按键按下S2键后开始计数。采用加法计数形式。计到60停止。蜂鸣器鸣响。 (4) 鸣响2秒后停止,恢复显示00。 (5) 当再次按下S2键后重复1-4过程。 2 提高部分: 利用S2,S4,S6完成进入设置;进行数字十位和个位设置;存储,启动等动作; 工作过程如下: (1)第一次按下S6,进入十位数设置;此时,每按下S4一次
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-16
    • 文件大小:263168
    • 提供者:anbao
  1. 05-双串口中断收发

    0下载:
  2. stc51单片机上实现对05-双串口中断收发的历程。。。。(Stc51 microcontroller on the 05- double serial interrupt interrupt transceiver process....)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:33792
    • 提供者:YC斯途
  1. STM32F10x_硬件I2C从机(接收数据 - 中断方式)

    4下载:
  2. 实现STM32F103单片机作为主机与其他单片机进行通信(STM32F103 microcontroller as a host to communicate with other microcontrollers)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-16
    • 文件大小:317440
    • 提供者:撸起袖子
  1. 16.定时器0中断控制LED

    0下载:
  2. 基于51单片机实现定时器0中断控制LED程序,完成定时器定时问题(Based on 51 singlechip timer 0 interrupt control LED procedures, the completion of the timer timing problem)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:13312
    • 提供者:eryuehouniao
  1. PWM脉宽调制

    0下载:
  2. 单片机为STC12C5A60S2,EC11通过两个外部中断实现,PWM设置值可在LCD1602上显示,输出在P1.3口(EC11 is implemented by two external interrupts, and the PWM setting value can be displayed on the LCD1602, and the output is at the P1.3 port)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-02
    • 文件大小:20480
    • 提供者:小刀hait
  1. xuanzuo

    0下载:
  2. 单片机中断函数应用,基础题,实现2s精确定时(Microcontroller interrupt function application, basic questions, the realization of 2S precise timing)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-03
    • 文件大小:14336
    • 提供者:nnkk
  1. 第七章实例3中断实现

    0下载:
  2. 学习单片机时对于单片机。。。。中的中断实现(Interrupt realization of single chip microcomputer)
  3. 所属分类:C#编程

    • 发布日期:2018-04-22
    • 文件大小:49152
    • 提供者:掏客
  1. 篮球计分器

    1下载:
  2. 设计了一个篮球积分器,可使用按键实现不同的功能,利用中断实现场次的切换。(A basketball integrator is designed, which can use buttons to achieve different functions, and use interrupt to switch on site.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-30
    • 文件大小:38912
    • 提供者:YinghuiYou
  1. 15W4K-4串口中断收发

    0下载:
  2. 串口收发通信,可以实现4串口同时通信,切换串口引脚实现9串口通信(Serial communication and transceiver communication)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-30
    • 文件大小:90112
    • 提供者:宇宙之浪子
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com