-
procedure for microcontroller development process, 1
此程序为 单片机开发过程中,1―wire总线方式数字温度传感器的控制显示程序。供参考-procedure for microcontroller development process, 1-wire bus mode digital temperature sensor control display program. For reference
- 2022-10-28 02:00:03下载
- 积分:1
-
C51_Keyboard_Examples
C51_Keyboard_Examples
- 2022-02-05 04:11:15下载
- 积分:1
-
Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。
目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持,
针对51内...
Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。
目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持,
针对51内核函数不能重入以及51单片机的内存空间管理方式等因素,
RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃,
否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。-Main Point RTOS is a small system development and design of real-time operating system. At present, Point RTOS only provide for 51 series and its expansion of the system single-chip support for 51 core function should not re-entrant, as well as 51 single-chip memory space management and other factors, RTOS abandoned preemptive kernel scheduling, the use of a scheduling time slice manner, unless voluntarily chose to abandon the mission, or mission will be exclusive CPU has been running, which must be completed in the mission of this operation time slice settings, that is, the time settings.
- 2022-11-16 22:35:03下载
- 积分: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
-
With ds18b20 collected and the temperature control is very simple, the program i...
用ds18b20进行温度采集并控制,十分简单,程序写进去就可以用-With ds18b20 collected and the temperature control is very simple, the program included in the family to stay with the
- 2022-07-10 03:42:38下载
- 积分:1
-
- 2022-01-21 03:05:34下载
- 积分:1
-
这是TLC5620的单片机试验程序,用KEIL环境,适合51单片机初学者
这是TLC5620的单片机试验程序,用KEIL环境,适合51单片机初学者-This is the single-chip TLC5620 testing procedures, using KEIL environment, suitable for beginners 51 Singlechip
- 2022-03-21 15:04:59下载
- 积分:1
-
Recently, a temperature and humidity make the transmitter epistatic software tem...
最近做的一款温湿度变送器的上位软件,有温湿度的电流输出标定功能-Recently, a temperature and humidity make the transmitter epistatic software temperature and humidity of the current output calibration function
- 2022-08-20 09:52:52下载
- 积分:1
-
基于PIC18F2580实现定时器0程序PICC18编译器
基于pic18f2580实现的 定时器0程序
编译器为picc18-Based on pic18f2580 realize timer 0 program compiler for picc18
- 2022-08-26 13:53:14下载
- 积分:1
-
51单
51单片机驱动lcd1602的源程序,字符串连续操作。-51 Single-chip driver lcd1602 source, string continuous operation.
- 2022-02-01 14:25:45下载
- 积分:1