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.
Fork of ds3231 by
ds3231_time_t Struct Reference
ds3231_time_t - Struct for containing time data. More...
#include <ds3231.h>
Detailed Description
ds3231_time_t - Struct for containing time data.
Members:
- uint32_t seconds - Use decimal value. Member fx's convert to BCD
- uint32_t minutes - Use decimal value. Member fx's convert to BCD
- uint32_t hours - Use decimal value. Member fx's convert to BCD
- bool am_pm - TRUE for PM, same logic as datasheet
- bool mode - TRUE for 12 hour, same logic as datasheet
Generated on Tue Jul 12 2022 23:14:20 by
1.7.2
