Back to Index
One-shot pulse when the UTC clock reaches hh:mm. Fires once per minute at the target time.
AT_TIME_UTC(hh, mm, &q);
AT_TIME_UTC(0, 0, pulse); if (pulse) { logn("Midnight UTC"); }