backupfile.h

来自「时钟芯片DS1302 FOR PIC16F84 读写源代码」· C头文件 代码 · 共 17 行

H
17
字号
//To set the Reset pin low automatically
//Because we need set the RST to low before a new DS operation
//So I add a reset command after the origin command
//And this will make the function call return faster

//Read Time  x -> address
#define ReadDSTime(x)       ReadTime(x)
//Write Time  x -> address  y -> data
#define WriteDSTime(x,y)    WriteTime(x,y)
//Read Ram  x -> address
#define ReadDSRAM(x)        ReadRAM(x)
//Write Ram  x -> address  y -> data
#define WriteDSRAM(x,y)     WriteRAM(x,y)
//End General functions

//Define some general operation

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?