Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
PCF8563_addr.h
00001 // i2c addresses 00002 const uint8_t PCF8563_ADR_WR = 0xA2; 00003 const uint8_t PCF8563_ADR_RD = 0xA3; 00004 // control and status 00005 const uint8_t CONTROL1 = 0x00; 00006 const uint8_t CONTROL2 = 0x01; 00007 // time and date 00008 const uint8_t SECONDS = 0x02; 00009 const uint8_t MINUTES = 0x03; 00010 const uint8_t HOURS = 0x04; 00011 const uint8_t DAYS = 0x05; 00012 const uint8_t WEEKDAYS = 0x06; 00013 const uint8_t MONTHS = 0x07; 00014 const uint8_t YEARS = 0x08; 00015 // alarm 00016 const uint8_t MINUTE_ALARM = 0x09; 00017 const uint8_t HOUR_ALARM = 0x0A; 00018 const uint8_t DAY_ALARM = 0x0B; 00019 const uint8_t WEEKDAY_ALARM = 0x0C; 00020 // clock and timer 00021 const uint8_t CLOCKOUT_FREQ = 0x0D; 00022 const uint8_t TIMER_CINTROL = 0x0E;
Generated on Sun Jul 24 2022 20:18:01 by
