Skip to content

Weekday register holds undefined value so an incorrect weekday is returned #2

@SteveF161

Description

@SteveF161

The weekdays register is not set, largely because there is no code in the library to do so. This results in the weekdays register holding undefined values and hence the PCF8563::getTime() method returning an incorrect weekday. The PCF8563 class library needs a new short routine adding:

void setWeekday(uint8_t weekday);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions