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