搜索:Interrupt

找到约 271 项符合「Interrupt」的查询结果

结果 271
https://www.eeworm.com/dl/511/42428.html 接口技术

SL811开发资料_包含源程序_电路图_芯片资料

SL811开发资料_包含源程序_电路图_芯片资料:SL811HS Embedded USB Host/Slave Controller.The SL811HS is an Embedded USB Host/Slave Controller capable of communicate with either full-speed or low-speed USB peripherals. The SL811HS can interface to devices such as microprocessors, micro ...
下载 73
·
查看 1109
https://www.eeworm.com/dl/648/397163.html 单片机开发

PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #de ...
下载 61
·
查看 1110
https://www.eeworm.com/dl/845946.html 技术资料

12路触摸按键IC TSM12 数据手册

非常难得12路触摸按键数据手册,韩国ADS TSM12MC1 Specification 1.1 General Feature  12-Channel capacitive sensor with auto sensitivity calibration  Selectable output operation (single mode / multi-mode)  Independently adjustable in 8 step sensitivity  ...
下载 6
·
查看 2038
https://www.eeworm.com/dl/898286.html 技术资料

以应用能力培养为目标的单片机课堂教学改革

通过对目前大多数单片机课程教学模式的分析,总结了单片机教学中存在的问题,围绕培养学生应用能力这个目标,提出了单片机教学改革的必要性和相应措施,设计了能验证单片机I/O、定时器、中断、串口和其他扩展功能的实验板,并优化了课堂教学内容,在课堂上直接应用实验板实践。经过对几届学生的教学改革验证, ...
下载 2
·
查看 8112
https://www.eeworm.com/dl/566/35961.html 嵌入式综合

lpc2292/lpc2294 pdf datasheet

The LPC2292/2294 microcontrollers are based on a 16/32-bit ARM7TDMI-S CPU with real-time emulation and embedded trace support, together with 256 kB of embedded high-speed flash memory. A 128-bit wide memory interface and a unique accelerator architecture enable 32-bit code execu ...
下载 127
·
查看 1133
https://www.eeworm.com/dl/895619.html 技术资料

基于FPGA+单片机的示波器校准仪通信命令传输系统

为了研制国产示波器校准仪,简化模拟电路板设计,实现上位机对模拟电路的控制,设计基于现场可编程门阵列+单片机的示波器校准仪通信命令传输系统。在单片机中实现读写中断、串并转换模块,在FPGA中生成模拟电路芯片需要的所有直流、方波、正弦波的控制信号,利用上位机软件通过RS232串口对系统进行控制并显 ...
下载 2
·
查看 7450
https://www.eeworm.com/dl/509595.html 单片机编程

用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void main() {  j=0; i=0;     TMOD=0X01; TH0=( ...
下载 1
·
查看 635
https://www.eeworm.com/dl/842254.html 技术资料

GY-521 MPU6050模块 三维角度传感器6DOF 三轴加速度计电子陀螺仪

压缩包内含数据手册、封装尺寸、例程。MPU6050可以以数字输出6轴或9轴的旋转矩阵、四元数(quaternion)、欧拉角格式(Euler Angle forma)的融合演算数据。 具有131 LSBs/°/sec 敏感度与全格感测范围为±250、±500、±1000与±2000°/sec 的3轴角速度感测器(陀螺仪)。 可程式控制,且程式控制范围为±2g ...
下载 6
·
查看 845
https://www.eeworm.com/dl/898549.html 技术资料

基于AT89C51单片机八位抢答器的设计

随着科技的进步与发展,电子产品在我们的生活中随处可见,各类电子产品以其方便、精准、稳定的特点越开越被人们所广泛应用.本文是围绕AT89C51单片机进行的抢答器设计.使用MAX7219芯片驱动数码管的方式驱动LED数码管显示,采用C51语言编写程序,整个程序采用模块化设计,通过主函数对各子程序的调用来实现.子 ...
下载 6
·
查看 2607
https://www.eeworm.com/dl/502/30858.html 单片机编程

AT89C2051驱动步进电机的电路和源码

AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregis ...
下载 101
·
查看 1102