diff --git a/date.h b/date.h new file mode 100644 index 0000000000000000000000000000000000000000..dd8f4b00c57d84bf04ce3b50843c2ceb16170848 --- /dev/null +++ b/date.h @@ -0,0 +1,8 @@ +struct rtcdate { + uint second; + uint minute; + uint hour; + uint day; + uint month; + uint year; +};