Datasheet
Flyport Wi-Fi and Ethernet Programmer's guide framework 2.3 (rev 1.0) www.openpicus.com
Reads Alarm status of RTCC module → BOOL RTCCAlarmStat();
Returns the actual status of alarm event. This function can be polled continuously to get alarm
trigger.
Returns:
BOOL status of alarm:
TRUE → Alarm was triggered. The funcXon is automaXcally set to FALSE unXl next alarm.
FALSE → No alarm event.
Enable/Disables Alarm of RTCC module → void RTCCAlarmSet(BYTE run);
Activates or deactivates the alarm
Parameters:
run:
TRUE → Alarm acXvated.
FALSE → Alarm not acXvated.
29










