DS1302程序代码.doc DS1302程序代码 #include #include #include #define uchar unsigned char #define uint unsigned int sbit SDA=P1^0; //DS1302数据线 sbit CLK=P1^1; //DS1302时钟线 s
TM1650驱动程序 /*========================================================= *文件名:TM1650.c *版权: *功能描述:显示驱动数码屏 *修改日期修改人修改说明 *2016-3-20显示驱动数码屏 =========================