搜索资源列表
1602h
- LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData LCD_HalfData_Port LCD_HalfData_DDR LCD_SendHalfCharHigh(a) LCD_SendHalfCharLow(a) 2、需要基本的延时函数支持基本的延时函数: DelayMs() 毫秒 DelayUs()
yszdcfkj
- 延时自动显示乘法口决程序,作文具盒的可以考虑做成有这个功能-delay automatic multiplication mouth summary procedure for the kits can be considered a cause of this function
asm_music
- PC计算机钢琴程序子程序: 包括以下资料 软件:提取音乐代码的软件工具(自己用VB写的) 资料:所有与按键和PC Sound有关资料 唱歌:包括歌曲有 聚萍、同一首歌、月亮代表我的心、美丽的神话、新年好、天空之城、 生日快乐、梁祝、铃儿响叮当、标准测试、 高低音阶测试、动画、PC钢琴 相关函数:延时、发声、查表、按键扫描、字符串显示-PC computer program subroutine Piano: software include the following
DelayUS
- 8051单片机延时函数。基于12M时钟,可以在asm和c中调用-8051 delay function. 12M based on the clock, you can call the asm and c
jisuanjijiekoushiyanbaogao
- 通过2CH、2AH号功能调用系统时间和日期,并将其显示在屏幕上;通过在主程序中判别从键盘输入的字符,实现不同的功能:结束程序、设置时间、显示秒表;在整个功能实现过程中,多次调用宏KEY、DELAY、PUSHA、POPA以减少程序代码。 -By 2CH, 2AH number call system time and date functions, and displays on the screen by the main program in the identification of
ANIMATE
- 一个小的汇编语言例子,关于图像显示和处理,bitmap-This is a simple example of a GDI based animation technique. It uses the API function BitBlt to read different portions of a double bitmap and displays them on the client area of the window. The function is fast
wendu
- 关于SHT15的时钟输入的编程,以上函数可以实现SCK和DATA总线的各种输入与输出状态。在SHT15的通信中还需要延时函数,设计时采用函数void DelaylIn8(U32 tt)实现软延时。这样就能完成对SHT15通信协议的模拟。-SHT15 the clock input on programming, the above function can be achieved in a variety of SCK and DATA bus input and output. In SHT1
cnt
- 用EDA实现定时功能,修改参数可设定不同的延时时间-Use EDA achieve timing function, modification parameter can be set different delay time
usb
- 主要功能为,从USB总线读取延时参数,单片机延时发送内存缓冲区的一个字节数据到USB总线,每传送一个字节数据查询USB总线是否有停止USB总线通信命令,如有停止USB总线通信命令,则重新开始检查串口握手信号,开始下一次USB总线通信。 -Main function is to read from the USB bus delay parameters, single-chip delay sending a byte of data memory buffer to the USB bus
SW1
- 义隆em78p153s实现对LED灯的长延时关灯功能-a asm code for LED delay closing function using em78p153s
lock
- 设计一种单片机控制的密码锁,具有按键有效提示、解码有效提示、控制开锁电平、控制报警、密码修改等功能。密码锁的控制程序由主程序及延时子程序、、键盘输入子程序、修改密码子程序、比较密码子程序、显示等子程序组成。密码锁在输入密码正确的条件下输出开锁电平,控制电控锁开启,同时显示OPEN字样。当输入密码错误时,错误指示灯亮,同时显示CLOSE字样。当三次误码输入时,产生报警电平报警。还可以实现对密码的修改,修改密码时,修改时指示灯亮,修改完成后,指示灯灭。要求选用AT89C51单片机和适当的电子元器件完
saomiao
- 这是一个4*4矩阵键盘扫描函数,用状态机实现,不用延时以消抖,只需在一个定时10~12ms左右的中断函数里调用,从而节省了单片机时间-This is a 4* 4 matrix keyboard scan function, using the state machine implemented without delay in order to eliminate shaking, just a timer interrupt function calls in about 10 ~ 12m
ks0108 test
- Avr assembly instruction set example codes for drive ks0108 Graphic lcd with 8bit uC atmega328p . Clear function included. It's working checking busy register with timing control. Delay routines in delay.asm. character sets in fonts.asm . Isis simul