6#ifndef _TIME_SHIELD_TIME_STRUCT_HPP_INCLUDED
7#define _TIME_SHIELD_TIME_STRUCT_HPP_INCLUDED
const TimeStruct create_time_struct(int16_t hour, int16_t min, int16_t sec=0, int16_t ms=0)
Creates a TimeStruct instance.
Main namespace for the Time Shield library.
Structure to represent time.
int16_t ms
Millisecond component of time (0-999)
int16_t hour
Hour component of time (0-23)
int16_t sec
Second component of time (0-59)
int16_t min
Minute component of time (0-59)