-
线性光耦合器的简单介绍。
线性光耦合器的简单介绍。-linear optocoupler brief.
- 2022-06-21 02:11:06下载
- 积分:1
-
Can communication module of PIC18F458 code
Pic18F458的Can通信模块代码 -Can communication module of PIC18F458 code
- 2023-04-21 06:35:03下载
- 积分:1
-
ARM7――lpc2148forSD卡的读写控制
ARM7――lpc2148forSD卡的读写控制-ARM7- lpc2148forSD card read and write control
- 2022-07-15 04:07:39下载
- 积分:1
-
AT89S52单片机控制的ADC0809和DAC0832实验汇编程序
AT89S52单片机控制的ADC0809和DAC0832实验汇编程序-AT89S52 MCU ADC0809 and DAC0832 experimental assembler
- 2022-03-24 11:20:14下载
- 积分:1
-
转化为控制指令,然后每50ms通过串口向上位机发送一次命令,上位机收到数据后控制虚拟仿真机器人,最后,上位机收集虚拟机器人的姿态参数,再通过串...
转化为控制指令,然后每50ms通过串口向上位机发送一次命令,上位机收到数据后控制虚拟仿真机器人,最后,上位机收集虚拟机器人的姿态参数,再通过串-Translated into control commands, and then every 50ms upward through the serial-bit machine to send a command, the data received after the host computer to control the virtual simulation robot, finally, the collection of Virtual PC robot posture parameters, and then through the string
- 2022-02-26 10:59:17下载
- 积分: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
-
- 2022-02-07 06:03:15下载
- 积分:1
-
关于msp430单片机的源代码,里面有很多比较有用的实例讲解,可以很好的利用,特别是对于初学者,是很好的资料...
关于msp430单片机的源代码,里面有很多比较有用的实例讲解,可以很好的利用,特别是对于初学者,是很好的资料-Msp430 microcontroller on the source code, there are many more examples of useful explanations, can be well used, especially for beginners, is a very good information
- 2022-05-06 11:04:26下载
- 积分:1
-
the underlying drivers can tongxunCAN128
can tongxunCAN128的底层驱动-the underlying drivers can tongxunCAN128
- 2022-07-21 19:30:49下载
- 积分:1
-
VHDl硬件描述语言实现单片机与cpld通信
VHDl硬件描述语言实现单片机与cpld通信-VHDL hardware description language to achieve communication between SCM and CPLD
- 2022-02-21 12:59:22下载
- 积分:1