搜索资源列表
c51jing
- 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
avrtest
- avr的I/O、串口、定时器/计数器、外部中断、LCD等的例程-avr I / O, serial port, timer / counter, external interrupts, the LCD routines
UART
- // This program demonstrates how to configure the C8051F060 to write to and read // from the UART interface. The program reads a word using the UART0 interrupts // and outputs that word to the screen, with all characters in uppercase
Adc_Uart1
- This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.
CC1010_Application_Examples
- ti-Chipcon CC1010 1G以下Soc应用开发源码实例。包括rf,powermodes,clockmodes,flashRW,interrupts,timer,pwm,uart...所有底层驱动源码。有了这些实例。对你更好的理解和应用这颗芯片是非常有用的。
CC1010_Libraries
- ti-Chipcon CC1010 1G以下Soc源码库。包括rf,powermodes,clockmodes,flashRW,interrupts,timer,pwm,uart...所有底层驱动源码。有了这些实例。对你更好的理解和应用这颗芯片是非常有用的。
Interrupts
- c8051f320的中断操作官方测试程序-interrupt test program for the c8051f320
IRQ
- 学习飞思卡尔单片机的外部中断的使用,了解中断程序的书写方式。-Freescale MCU learning the use of external interrupts, writing interrupt program to understand way.
przerwania
- AVR atmega 8 tools for interrupts
Timer00000Interrupt
- C8051F120的定时器及外部中断使用C程序,包括各定时的8/16重载,捕捉,高速切换等。经片上调试通过,放心下载使用-C8051F120 timer and external interrupts use the C program, including the timing of the 8/16 overload, capture, high-speed switching. The on-chip debugging through, secure download
20090825ok
- AVR128的C代码,外部中断,串口中断,IO操作-AVR128 C-code, external interrupt, serial port interrupts, IO operation
MCU40experimentalkeilSourceC
- 单片机的40个实验pdf+keil源码C+电路板原理图,包括IO,LED,按键,定时器,中断,温度传感器18b20,实时时钟DS1302,矩阵键盘,红外收发,LCD1602,直流电机,继电器等源码及说明。配电路板原理图。-SCM 40 experimental pdf+ keil Source C+ circuit board schematics, including the IO, LED, buttons, timers, interrupts, temperature sensor 18
backup9.4
- 低功耗msp430单片机的典型源代码,里面有串口,定时器,中断,pwm,adc,等等,对于快速入门很有帮助-The typical low power msp430 microcontroller source code, which has serial port, timers, interrupts, pwm, adc, and so on, useful for the Quick Start
interrupts
- Microcontroller 8051 interrupts detailc
IRQ_Demo
- 在LPC2378上实现IRQ中断,程序中给出了具体的中断寄存器的初始化设置,经过验证程序能正常运行,通用性强。-IRQ interrupts in the LPC2378 to achieve the program given a specific interrupt register initialization settings, through the verification process to normal operation, versatility.
USART-interrupts-to-communicate
- This example provides a descr iption of how to use the USART1 interrupts to communicate with the hyperterminal.-This example provides a descr iption of how to use the USART1 interrupts to communicate with the hyperterminal.
PCA-expand-the-external-interrupts
- 用PCA扩展外部中断,51单片机使用普通口,进行外部中断扩展-With PCA expand the external interrupts, 51 single use common port for external interrupt expansion
Interrupts
- C8051F340的Interrupts使用的示例程序-C8051F340 Interruptsexamples of the use of the program
Interrupts
- 本代码是silicon芯片关于中断的使用方法,有很强的实用性,可下载后直接使用。-This code is a silicon chip on the use of interrupts, there are strong practical, can be downloaded directly after use.
All Interrupts
- interrupts c code for keil in ARM microcontroller