Skip to content

Missing "get alarm" functions #14

@adamgarbo

Description

@adamgarbo

Hi @AndyEngland521,

A quick heads up that the RTC "get alarm" functions listed in SparkFun_RV8803.h are missing their corresponding code in the SparkFun_RV8803.cpp file:

uint8_t getAlarmMinute();
uint8_t getAlarmHour();
uint8_t getAlarmWeekday();
uint8_t getAlarmDate();

Error:

undefined reference to `RV8803::getAlarmDate()'
undefined reference to `RV8803::getAlarmWeekday()'
undefined reference to `RV8803::getAlarmHour()'
undefined reference to `RV8803::getAlarmMinute()'

Cheers,
Adam

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