Josef Kager / Mbed 2 deprecated rtc_class2

Dependencies:   mbed

Fork of rtc_class by Josef Kager

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers DateString.h Source File

DateString.h

00001 #include "mbed.h"
00002 #include "const.h"
00003 #include "RTC8563.h"
00004 #include "string"
00005 #include "Date.h"
00006 
00007 #ifndef DATESTRING_H
00008 #define DATESTRRING_H
00009 
00010 class DateString : public Date
00011 {
00012     public:
00013         uint8_t GetDay();
00014 };
00015 
00016 #endif