当前位置:
首页
资源下载

搜索资源 - display LED use keil C
搜索资源列表
-
0下载:
16*16 LED dianzhen hanzi xianshi ,yong KEIL he PROTUES dakai.-16*16 LED display chinese,use KEIL and PROTUES to open it.
-
-
0下载:
论文中的控制单元是以ATMEL公司的AT89C52微控制器为核心,显示单元采用LED数码管,实现时间的显示。
在软件上,采用keil c51软件系统,控制单元采用C语言编程;另外,从硬件和软件上采取了多种措施提高系统的可靠性。
-Paper is based on the control unit ATMEL Corporation AT89C52 microcontroller as the core, indicating the use of LED digital control
-
-
0下载:
利用了KEIL环境μVision2,使用了C语言编程,与串口通信,LED灯显示闪烁-KEIL environment used μVision2, the use of C language programming, and serial communications, LED light display flashes
-
-
0下载:
自己学习时编的关于用单片机实现8×8LED点阵屏显示数字keil c源代码程序以及用Pretus7软件进行仿真,希望对大家有帮助!共同学习!-Compiled their own learning on the use of MCU 8 × 8LED dot matrix screen display digital keil c program source code and software used Pretus7 simulation, we want to help! Learning
-
-
0下载:
这里有一个单片机密码锁的程序,具体功能是
这个范例说明如何使用8051, LCD显示器和4ⅹ4的小键盘,制作一个密
码锁。PORT 1 连接到LCD显示器的数据线。PORT 3 的P3.3,P3.4和P3.5分别
连接到LCD显示器的控制线。PORT 2连接到4ⅹ4的小键盘,可以输入密码。
执行修改密码或是时间的程序时,首先让LCD显示器显示出时间和日期。
当用户按下4ⅹ4小键盘的按钮 A 时,可以输入密码。如果密码正确时,就
会让 P3.6的 LED 闪烁,表示打开
-
-
0下载:
程序采用单片机的定时器产生一个时钟,作为ADC0809的CLK时钟。并读取A/D的值,同时转换为十进制,后送到LED显示。单片机C语言编译软件用著名Keil C51编译器,Keil C51是德国Keil Software公司出品的51系列兼容单片机C语言软件开发系统,与汇编相比,C语言在功能上、结构性、可读性、可维护性上有明显的优势,因而易学易用,本次ADC程序就是基于Keil C编写出来的。
总的C语言程序由LED显示模块,进制转换模块,ADC模块,主函数构成。-The program
-