AceTime  1.11.7
Date and time classes for Arduino that support timezones from the TZ Database.
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 };