37#ifndef DRIVER_PCF8563_BASIC_H 
   38#define DRIVER_PCF8563_BASIC_H 
driver pcf8563 interface header file
struct pcf8563_time_s pcf8563_time_t
pcf8563 time structure definition
uint8_t pcf8563_basic_get_timestamp(time_t *timestamp)
basic example get the time in a unix timestamp
uint8_t pcf8563_basic_get_timestamp_time_zone(int8_t *zone)
basic example get the local time zone
uint8_t pcf8563_basic_get_ascii_time(char *buf, uint8_t len)
basic example get the ascii time
uint8_t pcf8563_basic_deinit(void)
basic example deinit
uint8_t pcf8563_basic_set_timestamp_time_zone(int8_t zone)
basic example set the local time zone
uint8_t pcf8563_basic_get_time(pcf8563_time_t *t)
basic example get the time
uint8_t pcf8563_basic_set_timestamp(time_t timestamp)
basic example set the time by a unix timestamp
uint8_t pcf8563_basic_set_time(pcf8563_time_t *t)
basic example set the time
uint8_t pcf8563_basic_init(void)
basic example init