-
ARMlpc2300技术笔记上册例程I2CDAC
ARMlpc2300技术笔记上册例程I2CDAC-ARMlpc2300 technical notes on routine I2CDAC List
- 2023-07-20 07:10:03下载
- 积分:1
-
SD卡读写程序
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
2. SD目录: SD卡读写模块的全部...
SD卡读写程序
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
2. SD目录: SD卡读写模块的全部文件,一般不用修改.
3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,
而sdconfig.h通常会有改动.-1. Sdconfig.h: The document for the SD card reader module configuration header files, the user hardware according to actual conditions can be modified. 2. SD directory: SD card reader module of all the documents, the general need not be amended. 3. Proposed sdconfig. h files directory should not be put in SD because SD files in the directory are not normally required to be amended and the changes are usually sdconfig.h.
- 2022-01-26 02:34:36下载
- 积分:1
-
Sitronix ST7637 驱动原程序码,易读易明,好用方便
Sitronix ST7637 驱动原程序码,易读易明,好用方便 -Sitronix ST7637 drive the original program code, readable and easy to understand, easy to use convenient
- 2023-02-18 03:20:03下载
- 积分:1
-
MSP430 Based on the TCPIP protocol stack including the source code and documenta...
基于msp430的TCPIP协议栈包括源代码和文档说明-MSP430 Based on the TCPIP protocol stack including the source code and documentation
- 2022-12-11 12:35: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
-
CodeVisionAVR C Library Functions ReferenceCodeVisionAVR C library function tran...
CodeVisionAVR C Library Functions Reference
CodeVisionAVR C 库函数介绍
译自CodeVisionAVR C Compiler Help-CodeVisionAVR C Library Functions ReferenceCodeVisionAVR C library function translated from Introduction CodeVisionAVR C Compiler Help
- 2023-03-23 14:15:04下载
- 积分:1
-
OCM12864的基本使用方法和实现多菜单的实现。
OCM12864的基本使用方法和实现多菜单的实现。-OCM12864 the basic use of methods and the realization of multi-menu.
- 2022-07-11 08:54:16下载
- 积分:1
-
一个AVR单片机的学习程序,在这特感谢我的师哥朱哥,在我学习的时候给我莫大的关怀和帮助!...
一个AVR单片机的学习程序,在这特感谢我的师哥朱哥,在我学习的时候给我莫大的关怀和帮助!-An AVR MCU learning process, in this special tribute to my brother师哥Zhu, in my time of learning for me great concern and help!
- 2023-04-27 05:50:03下载
- 积分:1
-
这个源代码是关于MCS
这个源代码是关于MCS-51的无线接收,用89S52控制MT8870B进行DTMF解码。程序相当的经典,本人调试了几周后,达到了非常好的效果。误码率相当的小。我觉得好东西要大家分享的,所以今天我上传此代码,与大家共同分析进步。-the source code is on the MCS-51 wireless receiver, S52 control with 89 MT8870B for DTMF decoder. Quite the classic procedure, I debug a few weeks later, to achieve very good results. The error rate is very small. I think that good things should be shared, so I upload this code, and the analysis of common progress.
- 2022-10-19 20:35:04下载
- 积分:1
-
基于8051单片机的模拟PS/2键盘的驱动程序,使用keil c51编译。
基于8051单片机的模拟PS/2键盘的驱动程序,使用keil c51编译。-based on the simulation of 8051 PS/2 keyboard-driven procedures, the use of c51 Keil compiler.
- 2022-08-18 15:03:08下载
- 积分:1