-
how to use si labs microcontroller SMBus interface
how to use si labs microcontroller SMBus interface
- 2022-09-25 15:55:02下载
- 积分:1
-
说明:
1. DL1MS: 延时1ms 子程序, DL01MS : 延时0.1ms 子程序
2. MOV R0,#80H 红外接收的数据的地址...
说明:
1. DL1MS: 延时1ms 子程序, DL01MS : 延时0.1ms 子程序
2. MOV R0,#80H 红外接收的数据的地址 80H~8DH
3. SHOW_RFCODE 在LCD上显示红外接收的数据(演示用)
4. 在中断中建立红外接收数据标记,在主程序中调用RF_JS-Note: 1. DL1MS: Subroutine 1ms delay, DL01MS: Subroutine 0.1ms latency 2. MOV R0,# 80H infrared receiver data address 80H ~ 8DH3. SHOW_RFCODE in LCD display infrared receiver of the data ( demonstration using) 4. in the interruption of infrared receiver to create a data marker, in the main program call RF_JS
- 2023-05-16 16:55:03下载
- 积分:1
-
surface acoustic wave device Modeling and Simulation of a SAW filter with Matlab
声表面波器件
- 2022-06-20 03:31:57下载
- 积分:1
-
Single
单片机+DAC0832做的一个数字电压表,源程序及硬件均通过调试,可以仿真-Single-chip+ DAC0832 do a digital voltage meter, source code and hardware debugging through to simulation
- 2022-01-26 04:48:14下载
- 积分:1
-
另一个湿度传感器采集源码,可以在单片机上使用。
另一个湿度传感器采集源码,可以在单片机上使用。-Another humidity sensor capture source, you can use the microcontroller.
- 2022-02-14 08:12:47下载
- 积分:1
-
:主要
: Main
// Description : JXARM9-2410 DMA操作实验主程序
// 实现功能:
// 实现DMA方式内存到内存的拷贝动作,修改DMA设置
// 并比较其工作效率,实验包括:
// DMA0-DMA3-: Main// Description: JXARM9-2410 DMA operation of the experiment the main program// realize functions:// realize the way DMA memory to memory copy actions, modify DMA settings// and compare the efficiency of its work, the experiment included:// DMA0-DMA3
- 2022-02-28 11:14:03下载
- 积分:1
-
三菱PLC编程软件(GPPW)的使用手册,详细介绍GPPW的使用方法.
三菱PLC编程软件(GPPW)的使用手册,详细介绍GPPW的使用方法.-Mitsubishi PLC programming software (GPPW) the use of manuals, detailing the use of GPPW.
- 2023-05-04 09:30:03下载
- 积分:1
-
AT91RM9200 TWI E2ROM 测试
AT91RM9200 TWI E2ROM 测试-AT91RM9200 TWI E2ROM test
- 2022-06-01 04:12:10下载
- 积分:1
-
tracking system
使用gsm gps模块的车辆跟踪系统
- 2022-10-09 22:50:03下载
- 积分:1
-
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯...
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red ligh
- 2022-04-29 18:17:53下载
- 积分:1