-
this is the control keyboard C source files, KEIL C51 use development. used to c...
这个是安防用的控制键盘C源程序,采用KEIL C51开发.用于控制前端解码器!-this is the control keyboard C source files, KEIL C51 use development. used to control the front decoder!
- 2022-01-31 18:27:57下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1
-
书名“全能混合电路仿真 OrCAD PSpice A
书名“全能混合电路仿真 OrCAD PSpice A-D V9”,Orcad pspice仿真方面的书籍,9.0版本,非常不错,还有一本因容量较大缺乏上传信心-title, "all mixed circuit simulation OrCAD PSpice A-D Blast" Orcad PSPICE simulation of books, Version 9.0, very good. there is a greater capacity for lack of confidence Upload
- 2022-05-20 00:06:16下载
- 积分:1
-
LCD控制器SBN0064的驱动源码
LCD控制器SBN0064的驱动源码,平台是51单片机, 纯C语言实现文件目录:SBN0064.cSBN0064.hChinese.hcharacter.h
- 2022-06-19 17:15:14下载
- 积分:1
-
用C实现的另一个串口通信程序,版本较新^_^
用C实现的另一个串口通信程序,版本较新^_^-C achieved another serial communication procedures, the newer version ^ _ ^
- 2022-05-31 01:50:33下载
- 积分:1
-
万年历(C语言编的程序打印的万年历和程序原代码)
万年历(C语言编的程序打印的万年历和程序原代码)-hefty almanac (Part C language procedure print hefty almanac and procedures original code)
- 2022-04-25 14:58:12下载
- 积分:1
-
《构建嵌入式linux操作系统》电子书英文chm版。
《构建嵌入式linux操作系统》电子书英文chm版。- Building embedded linux operating system, e-book chm English version.
- 2022-07-26 04:43:18下载
- 积分:1
-
C51中的键盘和显示模块,51单片机必备的模块!
C51中的键盘和显示模块,51单片机必备的模块!-C51 of the keyboard and display module, 51 single-chip modules required!
- 2022-02-28 16:59:17下载
- 积分:1
-
臂和# 39串口、LED以及PWM裸
ARM的串口,LED以及PWM裸机程序,对于初学ARM的朋友很有用-ARM" s serial port, LED as well as the PWM bare-metal process, is useful for beginners to use ARM" s friends
- 2022-04-27 12:06:38下载
- 积分:1
-
利用 89S52 的 UART 模式 1 通信
这个代码可以用来与任何设备 (它支持 uart 串口通信) 串行通信。在超级终端,可以检查这种通信。你应该在您的系统上的串行端口。如果不是,然后下载虚拟串行端口仿真器。
- 2022-03-30 17:49:07下载
- 积分:1