AceTime
0.6
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.
src
ace_time
common
common.h
1
/*
2
* MIT License
3
* Copyright (c) 2018 Brian T. Park
4
*/
5
6
#ifndef ACE_TIME_COMMON_COMMON_H
7
#define ACE_TIME_COMMON_COMMON_H
8
9
#include <stdint.h>
10
11
namespace
ace_time
{
12
17
typedef
int32_t acetime_t;
18
19
}
20
21
#endif
ace_time
Definition:
BasicZone.h:15
Generated by
1.8.13