搜索资源列表
gequdaima
- 猪你生日快乐曲谱,在加上一些中断程序便可实现在单片机上的演奏-pig you a happy birthday music scores, in addition to interrupt procedures can be reached in the performance MCU
asm005
- MCS-96单片机中断控制下的多道I_O程序。该程序完成4路采样,并在HSO线上给出相应PWM输出,P2.5上给出另一个PWM输出。-MCS-96 microcontroller suspended under the control of multi-channel I_O procedures. The procedures are completed 4 Sample Road and the HSO line is the corresponding PWM output dry wei
CD4060
- 用CD4060与单片机的定时器中断,实现数字钟的程序。非常实用。
ExternalInterrupt
- 单片机外部中断的典型应用,proteus仿真,程序,原理图全套。
22
- 基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 -Based on 51
8051_MCU_Basic_
- 《8051单片机基础教程》首先介绍了8051单片机的硬件、汇编语言、程序测试方法、基本I/O控制、中断控制、计时计数器控制、串行接口控制、A/D与D/A转换等土要内容,然后重点介绍了三个制作课题:LCD串行接口监视器、单片机电子钟、倒数计器。- Essentials 8051 First introduced 8051 hardware, assembly language, program testing methods, and basic I/O control, interrupt c
74hc595
- 此汇编程序实现A/D转换功能,应用于pic单片机上,A/D采用中断方式。该程序通过单片机的RA2模拟通道送入一直流电压,当送入的直流电压大于2.5V时,8个LED闪动,当直流电压恢复到2.5V以下时,LED停止闪动。为了防止干扰,本程序对直流电压采样10次后再作判断,中间的采样结 果用间接寻址的方式存取。-Assembler implementation of this A/D conversion function, applied on pic Singlechip, A/D interru
8051_jiao_tong_deng
- 基于51单片机的带时间显示和紧急控制的交通灯的设计。 此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时常数,8279控制数码管显示时间,用P1口控制双色灯-With 51 single-chip based on the time display and the emergency control of traffic lights design. On this process in hardware debugging pass, w
externalinterrupt
- 一个很通用的外部中断程序,可用于单片机控制中-A common external interrupt procedure can be used in the SCM
dingshizhongduan
- 汇编语言编写的定时中断程序,请根据自己的单片机设定好端口,否则可能无法显示-Timer interrupt program written in assembly language
利用C8051F310单片机设计一个LED灯控制器
- 实验目的:加深对定时/计数器、中断、IO端口的理解,掌握定时/计数器、中断的应用编程技术及中断程序的调试方法。 实验内容:利用C8051F310单片机设计一个LED灯控制器 主要功能和技术指标要求: 1. LED灯外接于P0.0端。 2. LED灯分别按2Hz,1Hz和0.5Hz三种不同频率闪动,各持续10s。 3. 在LED灯开始和停止闪烁时蜂鸣器分别鸣响1次。 4. 利用单片机内部定时器定时,要求采用中断方式。 提高要求: 使用按键(KINT
DS18b20
- 温度传感器与单片机连接程序说明中断,A/D转换等-Temperature sensor and microcontroller connection descr iption of the procedures to interrupt, A/D conversion
LED-C51-programming
- 利用单片机实现LED电子点阵显示屏设计,采用C51编程,包括显示程序、中断程序、读时间程序、读温度程序等完整内容。-MCU LED the electron dot matrix display design, the C51 programming, including the display program, the interrupt routine, the entire contents of the read time program, read the temperature pr
7-TIM1
- stm8s单片机的中断程序,让初学者可以快速入门,减少查找资料的时间。-stm8s microcontroller interrupt routine, so beginners can get started quickly, reducing the time to find information.
main
- 单片机MCC 18 pic 中断程序,是外部中断。-PIC INT
yuanlitu
- 1、用单次脉冲申请中断,在中断处理程序中使P1.0的输出状态发生反转,并通过发光二极管观察P1.0的电平。 2、通过本实验加深对8051单片机中断系统的理解,学习外部中断的基本使用方法及相关编程。 -1 and disrupted by single pulse application in interrupt handlers make P1.0 output state reversals, and by observation of light emitting diode P1.
P1out
- 1、用单次脉冲申请中断,在中断处理程序中使P1.0的输出状态发生反转,并通过发光二极管观察P1.0的电平。 2、通过本实验加深对8051单片机中断系统的理解,学习外部中断的基本使用方法及相关编程。-1 and disrupted by single pulse application in interrupt handlers make P1.0 output state reversals, and by observation of light emitting diode P1.0
include
- 中断程序的编写:在单片机系统的p1口上接有8个LED,LED的阳极接+5V,阴极接P1口的引脚。当P1口某一口线输出为0时,将LED点亮。在外部中断0输出引脚P3.2引脚上接上上拉电阻并接有一个按钮开关K1。用K1按钮来产生外部中断0的输入信号。定时器程序的编写:在AT89S51单片机的P1口上接有8个LED.下面采用定时器T0的方式一的定时中断方式,使P1口外接的8个LED每0.5秒闪亮一次。C51程序:在AT89S51的P1.0脚接有一只发光二极管,二极管的阴极接P1.0脚,阳极通过限流电阻
单片机开发板例程程序
- 蜂鸣器,流水灯,简单音乐播放器,延时中断等简单汇编程序(Simple assembler of flow lamp)
printf(interrupt)
- STM32串口通信程序,在中断处理,适用于STM32f103zet6单片机(STM32 serial communication program, interrupt handling)