#ifndef __TIME_H__ #define __TIME_H__ struct TIME { uint8_t hour; uint8_t minute; uint8_t second; }; #endif