nute//hour,二十四小时制//week//day//month//year//使能,关锁/******写SD30系列单字节程序******/voidWriteOneByte(ucharadd,uchardate){WriteTimeOnO;I2CStart();T2CSendByte(0x64);〃设置写地址I2CWaitAck();T2CSendByte(date);I2CWaitAck();I2CStop();//写数据WriteTimeOff();/******读SD30系列单字节程序******/ucharReadOneBvte(ucharadd){ucharbuf;I2CStart();12CSendByte(0x64);I2CWaitAck();I2CSendByte(add);I2CWaitAck();I2CStart();12CSendByte(0x65);I2CWaitAck();buf=I2CReceiveByte();oAck();I2CStop();returnbuf;〃设置要读的地址//写数据//读数据/******设置SD30系列报警中断演示程序******/voidWritcALARM(void)?//设置报警时间:2012年2月14口8:00WriteOneByte(0x09,0x08);WriteOneByte(0x0b,0x14);WriteOneByte(0x0c,0x14);WriteOneByte(OxOd,0x14);WriteOneByte(OxOe,0x74);小时报警)WriteOneByte(0x10,0x92);及报警中断总允许位(INTAE)//8时//14日〃02月//12年//设置报警允许(使能年、刀、日、〃设置TNT中断选通(TNTShTNTSO),/******关闭SD30XX报警中断程序******/