DS1302数码管显示 时间日期可调C语言程序设计
#include#include//定义共阳极字型码0123456789-unsigned char code dispcode[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0xbf};unsigned char time[]={0,0,0,0,0,0,0,0};//用来储存时间unsigned char d...
Arduino控制DS1302时钟芯片(ds1302引脚图及功能和应用电路)