-
实现了汽车开发领域的can总线pc端的监控程序,本源代码内容完整,可以开发使用或者作为参考案例!...
实现了汽车开发领域的can总线pc端的监控程序,本源代码内容完整,可以开发使用或者作为参考案例!-Realize the field of automotive development can bus pc client monitoring procedures, content source code integrity, and can be developed or used as a reference case!
- 2022-11-03 03:40:03下载
- 积分: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
-
MCS51单片机C语言实现画圆弧坐标的源程序
MCS51单片机C语言实现画圆弧坐标的源程序-MCS51 C Language painting arc coordinates of the source
- 2023-03-05 19:20:03下载
- 积分:1
-
Lcd 1602 module c file
Lcd 1602 module c file
- 2022-03-22 19:10:52下载
- 积分:1
-
Pressure sensors for 51 plus SCM process simulation
对于 压力传感器的 51单片机的处理 程序 外加 仿真-Pressure sensors for 51 plus SCM process simulation
- 2022-03-02 21:15:23下载
- 积分:1
-
该设备是一款基于AVR mega16L单片机的电子书阅读器,它除具有传统的阅读电子资源功能外,还能通过PS2接口与PC键盘连接,使用普通PC键盘输入信息,进行文
该设备是一款基于AVR mega16L单片机的电子书阅读器,它除具有传统的阅读电子资源功能外,还能通过PS2接口与PC键盘连接,使用普通PC键盘输入信息,进行文本录入;使用LCD12864液晶作为显示器,它还可以用VB专门为之编写的下载软件通过串口下载TXT格式的文本资源。电子书资源存储在AVR公司生产的AT45DB021B闪速存储器,它有2M存储空间,可满足一般用户需要,当然也可升级为大容量存储器。
该设备功能强大,将电子书阅读器发挥到了极致,能满足用户特殊需要。
-The device is a single chip based on the AVR mega16L e-book reader, which in addition to the traditional functions of reading electronic resources, but also through the PS2 interface to connect with the PC keyboard, use an ordinary PC keyboard input information, the text input use LCD12864 LCD as a display, it can be prepared by specialized VB download software through the serial port to download TXT format text resources. E-book resources are stored in the AVR produced AT45DB021B flash memory, it has 2M storage space to meet the needs of general users, of course, can also be upgraded to a large-capacity memory. The device is powerful and will play an eBook reader to the extreme, and to meet the special needs of users.
- 2023-01-18 02:55:03下载
- 积分:1
-
ICC error allehanda, for the use of ICC AVR development tools, the compiler erro...
ICC错误集锦,对于使用ICC AVR开发工具时,编译出错的整理,归纳了解决错误的方法。-ICC error allehanda, for the use of ICC AVR development tools, the compiler error collate, summarize the method for resolving the error.
- 2022-07-25 19:15:43下载
- 积分:1
-
硬件电路液晶显示模块1602引脚程序。初学者必备
硬件电路液晶显示模块1602引脚程序。初学者必备-Hardware circuit pin LCD module process 1602. Beginners must
- 2022-04-10 02:17:31下载
- 积分:1
-
sta013mp3,很好的一个mp3例子,内有i2c,sta013等的源码。
sta013mp3,很好的一个mp3例子,内有i2c,sta013等的源码。-sta013mp3 a good example of an mp3 inside i2c. sta013 the source.
- 2022-03-25 21:19:54下载
- 积分:1
-
LPC2119的CAN驱动程序,开发环境问ads1.2
LPC2119的CAN驱动程序,开发环境问ads1.2-LPC2119
- 2022-03-21 03:22:40下载
- 积分:1