-
电机不转,按下启动键,电机旋转,速度为25转/分,按下加1 键,速度增加,按下减1 键,速度降低,最高速度为100 转/分,最低转带为25 转/分,按下停止键,...
电机不转,按下启动键,电机旋转,速度为25转/分,按下加1 键,速度增加,按下减1 键,速度降低,最高速度为100 转/分,最低转带为25 转/分,按下停止键,电机停转。速度值要求在数码管上显示出来。-Motor does not turn, press the start button, motor rotation speed of 25 rev/min, press the 1 key, the speed increase by 1 press the button to lower the speed, the maximum speed of 100 r/min, with a minimum of 25 to r/min, press the stop button to stop motor. Speed value of the requirements in the digital tube display.
- 2022-10-12 04:45:03下载
- 积分:1
-
单片机工业控制板,具备I/O,KEYBOARD,步进电机伺服电机等功能
单片机工业控制板,具备I/O,KEYBOARD,步进电机伺服电机等功能-SCM industrial control panel, with I/O, KEYBOARD, stepper motor servo motor function
- 2023-01-30 17:20:03下载
- 积分:1
-
时钟芯片DS1302的设置、读取和测试程序
时钟芯片DS1302的设置、读取和测试程序-DS1302 clock chip settings, read and test procedures
- 2022-01-25 15:48:08下载
- 积分:1
-
基于AD89S52的控制AD7705的液晶显示源程序。
基于AD89S52的控制AD7705的液晶显示源程序。-Control of AD7705 based on AD89S52 source of the liquid crystal display.
- 2022-05-25 15:40:45下载
- 积分:1
-
16分钟语音芯片ISD4004操作的C51源程序,自己调试通过的!
16分钟语音芯片ISD4004操作的C51源程序,自己调试通过的!-16 minutes of voice chip ISD4004 operated source C51, adopted its own debugging!
- 2022-05-27 07:29:44下载
- 积分:1
-
SHT71数字温湿度传感器的AVR单片机驱动程序
SHT71数字温湿度传感器的AVR单片机驱动程序-SHT71 digital temperature and humidity sensor AVR Single Chip Driver
- 2023-08-09 22:40:03下载
- 积分:1
-
ds18b20 温度传感器 硬件设计和软件编程 供大家学习只用 能力有限 大家共同探讨...
ds18b20 温度传感器 硬件设计和软件编程 供大家学习只用 能力有限 大家共同探讨-DS18B20 temperature sensor hardware design and software programming for your learning only limited ability to explore all
- 2022-02-07 22:23:04下载
- 积分:1
-
利用LABview做的解无线传感器节点的包的数据的程序
利用LABview做的解无线传感器节点的包的数据的程序-Does the solution make use of Labview wireless sensor nodes process data packets
- 2022-10-07 06:30:03下载
- 积分:1
-
三路红外线探头控制ISD2560语音播放。主要原理是正常情况下三对红外线接收管接收到各自配套对应的红外发射管的红外线,属于正常检测状态,一旦有一路红外管信号被隔...
三路红外线探头控制ISD2560语音播放。主要原理是正常情况下三对红外线接收管接收到各自配套对应的红外发射管的红外线,属于正常检测状态,一旦有一路红外管信号被隔断,侧启动语音芯片程序,播报警示提醒语音或报警。三对红外管可以根据使用需要,设置搭配报警程序。可用于各种排队系统。-three-way infrared probe control ISD2560 voice broadcast. The main principle is that under normal circumstances receive three pairs of infrared receiver to control their own matching the corresponding infrared emission of infra-red and is a normal state of detection, if there is way infrared control signals are cut off, side launched procedures voice chip, broadcast a warning to remind voice or alarm. Three pairs of infrared tube can be used, the police procedures set match. For various queuing system.
- 2022-03-18 13:49:23下载
- 积分:1
-
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2...
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
- 2022-07-21 10:12:11下载
- 积分:1