-
12864串口液晶,包含两个文件:lcd.c与lcd.h.
调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ......
12864串口液晶,包含两个文件:lcd.c与lcd.h.
调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示-12864 Serial LCD, contains two documents: lcd.c with lcd.h. call void printLCD (uint8 x, uint8 y, uint8* fmt, ...), can be shown in the string sent to the LCD screen display
- 2022-01-25 16:06:41下载
- 积分:1
-
LT_1B msp430开发板例子程序-T1
LT_1B msp430开发板例子程序-T1
- 2022-03-04 13:26:39下载
- 积分:1
-
Touch screen and keyboard interface, LCD controller RA8806 Application
触摸屏与键盘接口的LCD控制器RA8806的应用-Touch screen and keyboard interface, LCD controller RA8806 Application
- 2022-01-25 22:58:44下载
- 积分:1
-
公司打印机适配器板部分的主要功能的小代码…
公司打印机转接板的一段小代码 主要功能是从ARM上通过I2C读取数据,然后用并口控制打印机打印,使用单片机控制-companies printer adapter plate section of the main functions of the small code is adopted from ARM I2C read data, and then use the parallel port printer control, the use of SCM control
- 2023-08-13 20:40:02下载
- 积分:1
-
51单片机扩展64K以上数据存储区的源码。
已经过测试
51单片机扩展64K以上数据存储区的源码。
已经过测试-51 Single-chip extended data storage area for more than 64K of source code. Has been tested
- 2022-02-15 00:24:03下载
- 积分:1
-
空调控制器,主要根据采集信号控制空调的主机及辅助设备开关...
空调控制器,主要根据采集信号控制空调的主机及辅助设备开关-air conditioning controllers, mainly based air conditioning control signal acquisition of mainframe and auxiliary equipment Switches
- 2022-02-25 06:28:46下载
- 积分:1
-
用C语言写的红外遥控解码程序,,,,
语法上没错,但解码完成后有错,,没个按键的都一样,,不知道什么问题,望指点,,EMAIL:wjsjdeng@sina....
用C语言写的红外遥控解码程序,,,,
语法上没错,但解码完成后有错,,没个按键的都一样,,不知道什么问题,望指点,,EMAIL:wjsjdeng@sina.com.cn-C language to write the infrared remote control decoder,, the grammar is correct, but after the completion of decoding wrong, not a button are the same, and do not know what, look a spot, EMAIL : wjsjdeng@sina.com.cn
- 2022-09-08 07:35:03下载
- 积分:1
-
单片机常用程序集锦。有了它,以后写程序就方便多了。
单片机常用程序集锦。有了它,以后写程序就方便多了。-Single-chip Collection of commonly used procedures. With it, after the writing process much more convenient.
- 2022-05-15 01:21:21下载
- 积分: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
-
msp430f2系列的资料,适合初学者,希望大家下载学习
msp430f2系列的资料,适合初学者,希望大家下载学习-msp430f2 series of information, suitable for beginners, I hope everyone downloads Learning
- 2022-10-19 05:15:05下载
- 积分:1