From e7d77aad2b2beb56a44ac5a4052fd748f0e81d9d Mon Sep 17 00:00:00 2001 From: Cody Cutler Date: Fri, 12 Sep 2014 18:41:38 -0400 Subject: [PATCH] whoops. forgot date.h --- date.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 date.h 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; +};