代码拉取完成,页面将自动刷新
#ifndef __PCF8563_H
#define __PCF8563_H
#include <stdint.h>
#include <time.h>
#define PCF8563_DEBUG 0
/* PCF8563 8位IIC地址 */
#define PCF8563_IIC_ADDR 0x51<<1
typedef struct _pcf8563_reg{
uint8_t Control_status_1;
uint8_t Control_status_2;
uint8_t VL_seconds;
uint8_t Minutes;
uint8_t Hours;
uint8_t Days;
uint8_t Weekdays;
uint8_t Century_mounths;
uint8_t Years;
}pcf8563_reg_type;
int pcf8563_set_time(struct tm *time_struct);
int pcf8563_get_time(struct tm *time_struct);
#if PCF8563_DEBUG
int pcf8563_get_reg(pcf8563_reg_type *pdata);
int pcf8563_set_reg(pcf8563_reg_type *pdata);
#endif
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。