-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
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
Labels
No labels