-
一个单片机的原理图啊 ,用protel打开。网上当的
- 2022-01-22 05:05:40下载
- 积分:1
-
Proteus仿真实验经典12例程 Proteus仿真实验经典12例程
Proteus仿真实验经典12例程 Proteus仿真实验经典12例程-Proteus simulation routines Proteus classic 12 classic 12 simulation routines
- 2022-08-20 20:38:02下载
- 积分:1
-
功能强大的时钟中断,单片机和FIFO的接口和操作,单片机串口编程问题,纯软件单片机串口,串口通信的单片机程序,程序的多任务和资源复用举例,采用软件定时的计算方法...
功能强大的时钟中断,单片机和FIFO的接口和操作,单片机串口编程问题,纯软件单片机串口,串口通信的单片机程序,程序的多任务和资源复用举例,采用软件定时的计算方法-powerful clock interruption, the 8031 and FIFO interface and operation, the 8031 serial programming, software-only MCU, the MCU serial communication procedures, the procedures for multi-task and resource reuse, for example, regularly use the software method of calculation
- 2022-01-31 21:30:16下载
- 积分:1
-
蓝牙耳机的参考电路图,便于开发蓝牙耳机人供参考
蓝牙耳机的参考电路图,便于开发蓝牙耳机人供参考-Bluetooth headset reference circuit to facilitate the development of Bluetooth headset, for information,
- 2023-02-17 07:55:04下载
- 积分:1
-
发送器为NB9148,接受器为通用红外接受模块,软件解码用的单片机为P87LPC762...
发送器为NB9148,接受器为通用红外接受模块,软件解码用的单片机为P87LPC762-transmitter for NB9148, infrared receivers to accept GM module, the software decoder microcontroller P87LPC762
- 2022-07-12 06:44:49下载
- 积分:1
-
MSP的发展和应用单
MSP单片机开发应用实例,适用于任何型号-MSP development and application of single-chip example, apply to any model
- 2022-02-13 07:39:57下载
- 积分:1
-
SIMCOM chips produced by SIM300 the user manual, public networks on the developm...
SIMCOM公司生产的SIM300系列芯片的用户手册,对开发公网产品的朋友很有用-SIMCOM chips produced by SIM300 the user manual, public networks on the development of products useful to a friend
- 2023-08-26 16:50:06下载
- 积分:1
-
使用c51单片机制作的气象五要素采集程序
包括DS1302温度以及TLC2543、24c04,键盘
240*320液晶模块!...
使用c51单片机制作的气象五要素采集程序
包括DS1302温度以及TLC2543、24c04,键盘
240*320液晶模块!-use c51 SCM produced five elements of the meteorological collection procedures include DS1302 temperature and TLC2 543,24 c04, keyboard 240* 320 LCD module!
- 2022-02-10 00:02:10下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
pic Singlechip c I control the corresponding single
pic单片机c口的控制
单片机相应的I/O口设置为输出口,输出高电平时LED点亮,反之,LED不亮。利用软件延时的办法实现05S延时,实现LED流水灯的效果。-pic Singlechip c I control the corresponding single-chip I/O port set to output, the output high when the LED light, on the contrary, LED does not shine. Approach to the use of software latency delay 05S realize, realize LED lights flowing effect.
- 2022-07-10 16:35:26下载
- 积分:1