AceTime  1.7.2
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
LinkEntry.inc
1 /*
2  * MIT License
3  * Copyright (c) 2021 Brian T. Park
4  */
5 
6 #include <stdint.h>
7 
11 struct LinkEntry {
13  uint32_t const linkId;
14 
16  uint32_t const zoneId;
17 };