LTPS C++ API
|
Struct with alarm flags for RTC. More...
#include <rtc.h>
Public Attributes | |
bool | seconds |
Seconds (false to enable, true to disable) - does not matter for Alarm 2. | |
bool | minites |
Minutes (false to enable, true to disable) | |
bool | hours |
Hours (false to enable, true to disable) | |
bool | days |
Days (false to enable, true to disable) | |
bool | wdays |
Day of week == true/day of month == false. | |
int | status |
Return status (EXIT_SUCCESS or EXIT_FAILURE) | |
const char * | error |
String error if something goes wrong (NULL for success) | |
Struct with alarm flags for RTC.