-
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
-
这是偶编写的伺服系统一个数字PID调节程序,希望对大家有用...
这是偶编写的伺服系统一个数字PID调节程序,希望对大家有用-This is even prepared a digital servo system PID adjustment procedures in the hope that it may be useful to
- 2023-09-04 19:30:03下载
- 积分:1
-
atmega16的lm12832zk显示控制以及继电器控制程序。
atmega16的lm12832zk显示控制以及继电器控制程序。-a programming of the lm128332zk display and the relay controllor used atmega16
- 2022-03-01 12:15:45下载
- 积分:1
-
msp430 microcontroller data sheet suitable for beginners, want to be helpful for...
msp430数据手册适合单片机的初学者,希望对初学者有所帮助-msp430 microcontroller data sheet suitable for beginners, want to be helpful for beginners ... ...
- 2022-04-09 14:44:45下载
- 积分:1
-
STM32 MC BLDC
简单的无刷直流电机控制,应用FOC库,带霍尔的,三相六状态,没加入PID,没加入过流、过压保护。
- 2022-08-09 16:42:18下载
- 积分:1
-
6502 Assembly Code Examples
6502 Assembly Code Examples
- 2023-02-15 22:20:03下载
- 积分:1
-
C++ networkadapter
很好的 vc++ 获取ip mac 信息程序 VC++ 用NetAPI获取网卡的物理MAC地址. 加入netapi32.lib 连接库 VC++ 用NetAPI 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-09-09 13:45:03下载
- 积分:1
-
Implementation with plc control plc control car is widespread in the application...
用plc实现小车控制 在plc控制里很普遍的应用-Implementation with plc control plc control car is widespread in the application of
- 2022-03-20 06:37:32下载
- 积分:1
-
VeriFone EVO SDK 3.8.6
应用背景& nbsp; ; ; ; ; ; ; ; ; ; ; ;verix V SDK版本注释和公司;&;&;&;&;&;&;&;&;关键技术VeriFoneSDKVXvx680vx520EVO密码键盘POS销售点
- 2023-04-19 06:45:04下载
- 积分:1
-
使用互斥信号量解决ucosii中的优先级反转
使用互斥信号量解决ucosii中的优先级反转-The use of mutex semaphores to solve the ucosii Priority Inversion
- 2022-01-25 19:35:08下载
- 积分:1