1.ds1302时钟保护程序怎么写,时钟源码如果能加调时,时钟源码企业网站源码 多语言闹钟功能就更好了
2.ds1302时钟芯片工作原理
ds1302时钟保护程序怎么写,时钟源码乐刷源码如果能加调时,时钟源码通用app源码闹钟功能就更好了
时钟源码法国 tbc源码#include <reg.h>
时钟源码法国 tbc源码#include <intrins.h>
时钟源码法国 tbc源码#define uchar unsigned char
时钟源码法国 tbc源码#define uint unsigned int
时钟源码法国 tbc源码sbit SCK=P3^6;
时钟源码法国 tbc源码sbit SDA=P3^4;
时钟源码法国 tbc源码sbit RST=P3^5;// DS复位
时钟源码法国 tbc源码sbit set=P3^0;//定义按键端口
时钟源码法国 tbc源码sbit s1=P3^1;
时钟源码法国 tbc源码sbit s2=P3^2;
时钟源码法国 tbc源码sbit s3=P3^3;
时钟源码法国 tbc源码/