#pragma once struct Time { uint16_t yyyy; uint8_t mm; uint8_t dd; uint8_t h; uint8_t m; uint8_t s; };