-
包含无线收发模块 NREF905的所有功能库函数 本库函数与外部函数接口简单易用且代码规范简洁...
包含无线收发模块 NREF905的所有功能库函数 本库函数与外部函数接口简单易用且代码规范简洁-Wireless transceiver module includes all the features NREF905 library function of the library function and the external function interface is simple and concise code norms
- 2022-03-20 10:33:51下载
- 积分:1
-
a TV remote control decoder
电视遥控器c51 a-a TV remote control decoder
- 2022-02-14 08:19:50下载
- 积分:1
-
金蓬噢科拉图形液晶显示器ocm8系列并口驱动程序。
金蓬噢科拉图形液晶显示器ocm8系列并口驱动程序。-the bottle Oh Kola graphic LCD ocm8 series of parallel drivers.
- 2023-03-06 16:10:03下载
- 积分:1
-
through weeks of the date of counting source of C51, with a small c written proc...
通过日期算星期的C51源程序,用c写的小程序 希望对大家有用-through weeks of the date of counting source of C51, with a small c written procedures hope useful for all
- 2022-06-30 03:05:48下载
- 积分:1
-
C51编制的51单片机DA程序,适用于初学者参考。
C51编制的51单片机DA程序,适用于初学者参考。-C51 prepared by 51 MCU DA procedures to apply to advanced users.
- 2023-07-23 17:30:03下载
- 积分:1
-
这是一个用于单工无线呼叫系统中完成语音和数据发送的程序,包括对键盘的扫描以及对液晶屏幕的显控...
这是一个用于单工无线呼叫系统中完成语音和数据发送的程序,包括对键盘的扫描以及对液晶屏幕的显控-This is for a single system for wireless calls completed voice and data transmission procedures, including the right of the keyboard scan and the right of the LCD screen and Control
- 2023-08-22 15:05:03下载
- 积分:1
-
LCD模块 能够在按下一个键后 在液晶上显示相应的数据
LCD模块 能够在按下一个键后 在液晶上显示相应的数据 -LCD module can press a button and the LCD display on the corresponding data
- 2022-02-04 04:10:20下载
- 积分:1
-
单片机原理及应用教程
单片机原理及应用教程-SCM Theory and Application Guide
- 2022-09-25 06:10:03下载
- 积分:1
-
LT_1B msp430开发板例子程序-TA_13
LT_1B msp430开发板例子程序-TA_13
- 2022-04-26 18:16:41下载
- 积分: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