whoops. forgot date.h

feat/start
Cody Cutler 2014-09-12 18:41:38 -04:00
parent aae4e7490f
commit e7d77aad2b
1 changed files with 8 additions and 0 deletions

8
date.h Normal file
View File

@ -0,0 +1,8 @@
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};