搜索资源列表
-
0下载:
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which tim
-
-
0下载:
keil C51非阻塞式串口通信
本程序适用于学习交流,对读入一个字节(不带回车)读入一个字符串带回车,发送字符串函数测试成功。
本程序可以连续收发字符串,而不会发生字符串输出错误的问题。并添加了字符串比对函数(大小写不敏感),
输入So2,自动回复success,比对成功。
所以本程序使用中断,非堵塞方式发送接受,缺点是占用一些内存,缓冲区大小可自由配置。
如果发现BUG请发送邮件到:我的邮箱:bjzll520@foxmail.com
本程序改编自BL
-
-
1下载:
STC系列单片机例程,包含LED控制,键盘扫描,中断,定时器,PWM,串口等-STC Series MCU routine, including LED control, keyboard scan, interrupts, timers, PWM, serial port, etc.
-
-
0下载:
51单片机中断实验, 通过两个外部中断源/INTO,INT1控制led灯亮灭,/INT0为边缘触发,低电平有效,接P0.0脚,当cpu接收到/INT0中断请求时,进入中断服务程序(点亮led1);/INT1为电平触发,低电平有效,接P0.1脚,当cpu接收到/INT1中断请求时,进入中断服务程序(点亮led3);-51 MCU interrupt experiments, two external interrupt sources/INTO, INT1 control led lights o
-
-
0下载:
interrupt routine for PIC18F
-
-
0下载:
stm32的中断程序的编写属于教学用的源代码 能够教你正常的配置外部中断 的各个函数-write stm32 interrupt routine belonging teaching source code can teach you properly configure each function of the external interrupts
-
-
1下载:
STM32F103C8 使用CAN通信 和CAN调试器通信, 用于学习STM的CAN通信控制,本例程使用中断接收数据-STM32F103C8 communicate using CAN and CAN debugger communication for CAN communication control study of STM, this routine uses interrupts to receive data
-
-
1下载:
飞思卡尔xep100单片机例程,共66个例程含中断,定时器ECT和PIT,can,ADC,SCI,SD卡,液晶,IIC,PWM,音乐,无线遥控等-Freescale microcontroller xep100 routine, routine containing a total of 66 interrupts, timers ECT and PIT, can, ADC, SCI, SD card, LCD, IIC, PWM, music, wireless remote control,
-
-
0下载:
这是一个例程,它将中断放到RAM中,通过LED的闪烁表示能正常进入定时器中断 ,并进入低功耗状态。(This is a routine that puts interrupts into the RAM and flashes through the LED to indicate normal access to timer interrupts and into low power states.)
-